/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'xwboo';  /* Project id 1932496 */
	src: url('//at.alicdn.com/t/c/font_1932496_ciokcctgcp.woff2?t=1698129536028') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1932496_ciokcctgcp.woff?t=1698129536028') format('woff'),
		 url('//at.alicdn.com/t/c/font_1932496_ciokcctgcp.ttf?t=1698129536028') format('truetype');
  }
.xwboo {
	font-family: "xwboo" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: "youshebiaoti";
    src: url("/font/sub/youshebiaoti.eot"); /* IE9 */
    src: url("/font/sub/youshebiaoti.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("/font/sub/youshebiaoti.woff") format("woff"), /* chrome、firefox */
    url("/font/sub/youshebiaoti.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("/font/sub/youshebiaoti.svg#youshebiaoti") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}



@-webkit-keyframes shake-lr {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	10% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	80% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}

	90% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}
}

@keyframes shake-lr {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	10% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	80% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}

	90% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}
}

@-webkit-keyframes jello-vertical {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	40% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	50% {
		-webkit-transform: scale3d(0.85, 1.15, 1);
		transform: scale3d(0.85, 1.15, 1);
	}

	65% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	75% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes jello-vertical {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	40% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	50% {
		-webkit-transform: scale3d(0.85, 1.15, 1);
		transform: scale3d(0.85, 1.15, 1);
	}

	65% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	75% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body {
	line-height: 1;
}
.gray-bg {
	background-color: #f5f5f5;
}
.Center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}

.banner-adv ul {
	width: calc(100% + 10px);
	display: inline;
	float: left;
	margin: -10px 0 0 -5px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}

.banner-adv ul li .adv-item {
	margin: 10px 5px 0 5px;
	position: relative;
}

.banner-adv ul.one li {
	width: 100%;
}

.banner-adv ul.two li {
	width: 50%;
}

.banner-adv ul.three li {
	width: 33.33%;
}

.banner-adv ul.four li {
	width: 25%;
}

.banner-adv ul.five li {
	width: 20%;
}

.banner-adv ul.six li {
	width: 16.66%;
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 99;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

.hidden {
	display: none !important;
}
.w {
	margin: 0 auto;
	box-sizing: border-box;
	width: 1560px;
}
.w::after {
	clear: both;
	content: "";
	display: block;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.iframe {
	overflow: hidden;
}
.header {
	height: 42px;
	line-height: 42px;
	background-color: #f5f5f5;
	color: #666;
	font-size: 14px;
	position: relative;
	z-index: 9;
}
.header .item p{
	float: left;
}
.header .item p a {
	color: #666;
}
.header .item p a {
	margin-left: 20px;
}
.header .item p a:hover,.header .item p a.net {
    color: #2482ec;
}
.header .item ul {
	float: right;
	margin-top: 14px;
	margin-right: 48px;
}
.header .item ul li {
	float: left;
	height: 14px;
	line-height: 12px;
	border-right: 1px solid #ddd;
}
.header .item ul li:last-child{
	border:none;
}
.header .item ul li a {
	color: #666;
	padding: 0 8px;
}
.header .item ul li a:hover,.header .item ul li a.net {
    color: #2482ec;
}
.headerBot.w {
	text-align: right;
	font-size: 14px;
	position: relative;
	margin: 0 auto;
	z-index: 999;
}
.headerBot p {
	position: absolute;
	right: 0;
	top: -43px;
	line-height: 42px;
}
.headerBot p a {
	color: #666;
}
.headerBot .content {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #fff;
	padding: 10px 15px;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(151, 133, 106, 0.21);
}
.headerBot .content .item {
	width: 100px;
	float: left;
	margin: 0 5px;
}
.headerBot .content .item:last-of-type {
	margin-right: 0;
}
.searchDiv {
	padding: 20px 0;
	background: #fff;
}
.searchDiv .logo {
	float: left;
	margin-top: 10px;
	width: 220px;
	margin-left: 32px;
}
.searchDiv .logo-text {
	float: left;
	line-height: 1;
	margin-top: 6px;
	margin-left: 20px;
}
.searchDiv .logo-text p {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-top: 6px;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}
.searchDiv .logo-text b {
	color: #2482ec;
	font-size: 17px;
	display: block;
	margin-top: 5px;
	letter-spacing: 1px;
}
.searchDiv .search {
	float: left;
	position: relative;
	width: 620px;
	height: 48px;
	border-radius: 2px;
	margin: 14px 262px 0;
	margin-top: 14px;
	background: #f5f5f5;
	margin-right: 0 !important;
}
.searchDiv .search form {
	height: 100%;
}
.searchSelect {
	width: 75px;
	height: 100%;
	position: relative;
	float: left;
}
.selectTop {
	position: relative;
	cursor: pointer;
}
.selectTop p {
	font-size: 14px;
	line-height: 46px;
	text-indent: 14px;
}

.selectTop i {
	position: absolute;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	font-size: 10px;
	right: 8px;
	top: 19px;
}
.selectTop.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchSelect::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
}
.search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #2482ec;
	border-radius: 0 2px 2px 0;
	color: #ffffff;
	width: 100px;
	font-size: 16px;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
}
.search button i {
	margin-right: 6px;
	font-size: 15px;
}
.search input {
	width: calc(100% - 75px);
	height: 100%;
	float: left;
	border: none;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #aaa;
	text-indent: 8px;
	background: transparent;
}
.selectBot {
	position: absolute;
	width: 82px;
	background-color: #ffffff;
	top: 46px;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #2482ec;
	border-left: 2px solid #2482ec;
	border-right: 2px solid #2482ec;
	color: #fff;
	cursor: pointer;
}
.rightw {
	width: 380px;
	float: right;
}
.nav {
	height: 50px;
	line-height: 50px;
	background: #2482ec;
	white-space: nowrap;
}
.nav ul {
	white-space: nowrap;
}
.nav ul li {
	float: left;
}
.nav ul li a i {
	display: inline-block;
}
.nav ul li.active a {
	background: #ff9000;
}
.nav ul li a:hover {
	background: #ff9000;
}
.nav ul li a:hover i {
	-webkit-animation: jello-vertical 0.7s ;
	        animation: jello-vertical 0.7s ;
}
.nav ul li a {
	color: #fff;
	padding: 0 34px;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.nav ul li a i {
	font-size: 20px;
	margin-right: 6px;
	vertical-align: top;
	font-weight: normal;
}
.nav ul li a i img {
	width: 22px;
	vertical-align: top;
	margin-top: 18px;
}
.broadcast {
	overflow: hidden;
	line-height: 20px;
	height: 20px;
	font-size: 15px;
	box-sizing: border-box;
	margin-top: 16px;
}
.broadcast dt {
	float: left;
	color: #333;
	font-family: "youshebiaoti";
	font-size: 19px;
	margin-right: 30px;
}
.broadcast dt i {
	display: inline-block;
	vertical-align: top;
	color: #2482ec;
	margin-left: 4px;
}
.broadcast dt b {
	font-weight: normal;
	color: #2482ec;
}
.broadcast dd {
	overflow: hidden;
	font-size: 0;
}
.broadcast td {
	white-space: nowrap;
}
.broadcast a {
	font-size: 15px;
	color: #333;
	margin-right: 35px;
}
.broadcast a i {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #2482ec;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 9px;
}
.broadcast a:hover {
	color: #2482ec;
}
#scrollobj {
	position: relative;
	overflow: hidden;
	height: 20px;
	white-space: nowrap;
}
.scrollobj-content {
	position: absolute;
	left: 0;
	top: 0;
}
.banner {
	margin-top: 26px;
}
.product-classify {
	width: 310px;
	float: left;
}
.pro-title {
	height: 54px;
	line-height: 54px;
	background: #2482ec;
	padding: 0 25px;
}
.pro-title b {
	display: block;
	font-size: 20px;
	color: #fff;
	position: relative;
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pro-title b i {
	width: 18px;
	height: 15px;
	display: inline-block;
	right: 0;
	background: url("../../../../images/sub/version/2023/pro-title-ico.png") no-repeat;
	background-size: contain;
}
.product-classify {
	position: relative;
}
.product-classify ul li {
	background: #fff;
	box-sizing: border-box;
}
.product-classify ul li.hover .class-a i {
	-webkit-animation: slide-in-left1 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	animation: slide-in-left1 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
.class-a {
	border-bottom: 1px solid #e6e6e6;
	padding: 14px 25px;
}
.product-classify ul li:last-child .class-a {
	border-bottom: 0;
}
.class-a p {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
}
.class-a p i {
	right: 0;
	font-weight: normal;
	font-size: 12px;
	color: #bababa;
	position: absolute;
	top: 0;
}
.class-a p a {
	color: #333;
}
.class-a p a:hover {
	color: #2482ec;
}
.class-a span {
	overflow: hidden;
	display: block;
	font-size: 0;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	margin-top: 8px;
}
.class-a span a {
	color: #999;
	font-size: 15px;
	margin-right: 8px;
}
.class-a span a:hover {
	color: #2482ec;
}
.product-classify ul li .class-b {
	width: 853px;
	height: 100%;
	position: absolute;
	top: -0;
	left: 310px;
	/* background-color: #fff; */
	/* box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2); */
	z-index: 9;
	display: none;
	/* padding: 22px; */
	box-sizing: border-box;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	background-color: #fff;
	position: relative;
}
.class-b .list-item {
	overflow: hidden;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	padding: 24px;
	border: 2px solid #2482ec;
	border-left: 0;
	background-color: #fff;
}
.class-b span {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 12px;
	display: block;
	border-bottom: 1px solid #ddd;
}
.class-b p {
	font-size: 0;
	margin-left: -12px;
	margin-right: -12px;
	overflow: hidden;
}
.class-b p a {
	color: #666;
	display: inline-block;
	width: 16.66%;
	margin-top: 8px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	padding: 0 12px;
	box-sizing: border-box;
}
.class-b p a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	height: 14px;
	background-color: #666;
	width: 1px;
}
.class-b p i:nth-of-type(5n) {
	display: none;
}
.class-b p a:nth-of-type(6n)::after {
	display: none;
}
.class-b p a:hover {
	color: #2482ec;
}
.class-b p a.more {
    float: right;
}
.class-b p i {
	margin: 0 12px;
	display: inline-block;
	vertical-align: top;
}
.class-b p i:last-of-type {
    display: none;
}
.banner-center {
	float: left;
	margin: 0 16px;
	background-color: #fff;
	width: 838px;
	box-sizing: border-box;
	padding: 0 25px 22px;
}
.banner-center .news-tab {
	border-bottom: 1px solid #e6e6e6;
}
.banner-center .news-tab p {
	font-size: 0;
}
.banner-center .news-tab p a {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	width: 20%;
	line-height: 53px;
	vertical-align: top;
	position: relative;
	color: #333;
}
.banner-center .news-tab p a.focus {
	font-weight: bold;
}
.banner-center .news-tab p a.focus::after {
	width: 100%;
}
.banner-center .news-tab p a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
	right: 0;
	top: 18px;
}
.banner-center .news-tab p a::after {
	content: "";
	width: 0%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2482ec;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner-center .news-tab p a:last-child::before {
	display: none;
}
.news-bot {
	display: none;
}
.news-bot .news-top {
	margin-top: 26px;
}
.news-bot .news-top:first-child p a {
	color: #ea3333;
}
.news-bot .news-top p {
	font-size: 24px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.news-bot .news-top p a {
	color: #333;
}
.news-bot .news-top p a:hover {
	color: #2482ec;
}
.news-bot .news-top p i {
	font-size: 28px;
	margin-right: 6px;
	color: #ea3333;
}
.news-bot .news-top .content {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	margin-top: 15px;
}
.news-bot .news-list {
	margin-top: 26px;
}
.news-bot .news-list .item {
	overflow: hidden;
	margin-top: 16px;
}
.news-bot .news-list .left {
	float: left;
	width: 171px;
	margin-right: 16px;
}
.news-bot .news-list .left .image {
	height: 0;
	padding-bottom: 66.66%;
	position: relative;
	overflow: hidden;
}
.news-bot .news-list .left .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-bot .news-list .left .image p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 88px;
	width: 100%;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
}
.news-bot .news-list .left .image p span {
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 6px;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #fff;
}
.news-bot .news-list .right {
	overflow: hidden;
	padding-top: 9px;
}
.news-bot .news-list .right p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 20px;
}
.news-bot .news-list .right p a {
	color: #333;
}
.news-bot .news-list .right p a:hover {
	color: #2482ec;
}
.news-bot .news-list .right p:first-child {
	margin-top: 0;
}
.news-bot .other-news .news-top {
	margin-top: 30px;
}
.news-bot .other-news .news-top p {
	font-size: 25px;
	line-height: 27px;
	height: 27px;
}
.news-bot .other-news .news-top .content {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	white-space: normal;
	margin-top: 15px;
}
.news-bot .other-news .news-top .content a {
	color: #ff9000;
}
.news-bot .other-news .news-top .content a:hover {
	color: #2482ec;
}
.news-bot .other-news .news-list .left {
	float: left;
	width: 186px;
	margin-right: 16px;
}
.news-bot .other-news .news-list {
	margin-top: 20px;
	padding-top: 0;
	border-top: 1px solid #e6e6e6;
}
.news-bot .other-news .news-list .item {
	overflow: hidden;
	margin-top: 20px;
}
.news-bot .other-news .news-list .right p:first-child {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}
.banner .media {
	overflow: hidden;
}
.imgSwitch .imgSwitchTop {
	display: none;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.imgSwitch .imgSwitchTop .advs {
	position: static;
}
.imgSwitch .imgSwitchTop img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.imgSwitchBot {
	overflow: hidden;
	background: url(../../../../images/sub/version/2023/adv-bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	height: 76px;
}
.imgSwitchBot ul {
	display: inline-block;
}
.imgSwitchBot ul li {
	float: left;
	width: 73px;
	margin-right: 12px;
	margin-top: 18px;
	-webkit-transition: all .3s ease;
 	 -moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.imgSwitchBot ul li:last-child {
	margin-right: 0;
}
.imgSwitchBot ul li.hover {
	width: 102px;
	margin-top: 7px;
}
.imgSwitchBot ul li .image {
	height: 0;
	padding-bottom: 56.8%;
	overflow: hidden;
	position: relative;
}
.imgSwitchBot ul li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.imgSwitchBot ul li.hover .image {
	border: 2px solid #f18901;
}
.XWH {
	margin-top: 14px;
	background-color: #fff;
	padding: 18px 22px 0;
}
.XWH .title {
	position: relative;
}
.XWH .title span {
	font-size: 28px;
	font-family: "youshebiaoti";
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 5px solid #3891f4;
}
.XWH .title span::after {
	content: "";
	position: absolute;
	right: 7px;
	bottom: -5px;
	height: 5px;
	width: 7px;
	background-color: #fff;
}
.XWH .title b {
	font-size: 22px;
	color: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
}
.XWH .title .btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.XWH .swiper-button-next, .XWH .swiper-button-prev {
	position: static;
	width: 10px;
	height: 18px;
	margin-top: 0;
	background-size: 10px 18px;
	display: inline-block;
}
.XWH .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
	margin-left: 14px;
}
.XWH .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}
.xwh-swiper {
	overflow: hidden;
	margin-top: 5px;
}
.xwh-swiper li {
	padding: 12px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.xwh-swiper li:last-of-type {
	border-bottom: 0;
}
.xwh-swiper li .image {
	float: left;
	width: 68px;
	margin-right: 15px;
}
.xwh-swiper li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	border: 1px solid #dddddd;
	background-size: cover;
	background-repeat: no-repeat;
}
.xwh-swiper li .text {
	overflow: hidden;
}
.xwh-swiper li .text p {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-top: 10px;
}
.xwh-swiper li .text p a {
	color: #333;
}
.xwh-swiper li .text p a:hover {
	color: #2482ec;
}
.xwh-swiper li .text .content {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.main-broadcast {
	padding: 35px 0;
	background: url(../../../../images/sub/version/2023/broadcast-bg.png) no-repeat;
	background-size: cover;
}
.main-broadcast .left {
	width: 1010px;
	float: left;
	margin-right: 46px;
}
.main-broadcast .left .title {
	font-size: 32px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
	display: none;
}
.main-broadcast .left .title a {
	color: #fff;
	display: inline-block;
	max-width: calc(100% - 42px);
	vertical-align: top;
}
.main-broadcast .left .title i {
	font-size: 30px;
	font-weight: normal;
	margin-left: 10px;
}
.main-broadcast .live-box {
	padding: 15px;
	background-color: #104b8e;
}
.main-broadcast .live-box .comment {
	float: left;
	width: 229px;
	margin-right: 14px;
}
.main-broadcast .live-box .comment li {
	margin-top: 14px;
}
.main-broadcast .live-box .comment li:first-child {
	margin-top: 0;
}
.main-broadcast .live-box .comment li .image {
	height: 0;
	padding-bottom: 56.3%;
	overflow: hidden;
	position: relative;
}
.main-broadcast .live-box .comment li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.main-broadcast .live-box .comment li p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
}
.main-broadcast .live-box .comment li p span {
	position: absolute;
	bottom: 8px;
	padding: 0 8px;
	box-sizing: border-box;
	font-size: 15px;
	color: #fff;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
}
.main-broadcast .live-box .comment .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	border: 3px solid #f18901;
	box-sizing: border-box;
	font-size: 15px;
	color: #ffa023;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-broadcast .live-box .comment .mask i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../../../../images/sub/version/2023/zhibo-icon-orange.gif) no-repeat;
	background-size: contain;
	margin-right: 4px;
	vertical-align: top;
	margin-top: -1px;
}
.main-broadcast .live-box .comment li.focus .mask {
	opacity: 1;
}
.main-broadcast .live-box .comment li.focus p {
	opacity: 0;
}
.main-broadcast .live-box .video {
	overflow: hidden;
	height: 415px;
	position: relative;
}
.main-broadcast .live-box .video ul {
	width: 100%;
	height: 100%;
	position: absolute;
}
.main-broadcast .live-box .video li {
	float: left;
	height: 100%;
	width: 100%;
}
.main-broadcast .live-box .video .image {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.main-broadcast .live-box .video .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.main-broadcast .live-box .video .image .play {
	width: 86px;
	height: 86px;
	background: url(../../../../images/sub/version/2023/play.png) no-repeat;
}
.main-broadcast .right {
	overflow: hidden;
}
.main-broadcast .right .title {
	position: relative;
	padding-bottom: 20px;
	color: #fff;
	border-bottom: 3px solid rgba(255,255,255,.3);
}
.main-broadcast .right .title span {
	font-size: 26px;
	font-weight: bold;
}
.main-broadcast .right .title .more {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 15px;
	color: #fff;
}
.main-broadcast .right .title .more i {
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 1px;
}
.main-broadcast .right .list {

}
.main-broadcast .right ul {
	overflow: hidden;
	margin-right: -16px;
}
.main-broadcast .right li {
	float: left;
	width: 50%;
}
.main-broadcast .right li .item {
	margin-right: 16px;
	margin-top: 16px;
}
.main-broadcast .right li .image {
	position: relative;
	height: 0;
	padding-bottom: 56.14%;
	overflow: hidden;
}
.main-broadcast .right li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-broadcast .right li .image:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.main-broadcast .right li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
}
.main-broadcast .right li p span {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 8px;
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	color: #fff;
}
.w1154 {
	width: 1154px;
	float: left;
	margin-right: 14px;
}
.public-title {
	position: relative;
}
.public-title b {
	font-size: 26px;
}
.public-title b i {
	display: inline-block;
	background: url(../../../../images/sub/version/2023/title-icon.png) no-repeat;
	width: 19px;
	height: 24px;
	background-size: contain;
	margin-right: 7px;
	vertical-align: top;
}
.public-title .more {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 15px;
	color: #333;
}
.public-title .more i {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	margin-top: 3px;
}
.public-title .more:hover {
	color: #2482ec;
}
.pro-tab {
	position: absolute;
	right: 24px;
	top: 0;
}
.pro-tab p {
	font-size: 0;
}
.pro-tab p a {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	display: inline-block;
	padding: 0 30px 10px;
	position: relative;
}
.pro-tab p a.focus {
	font-size: 22px;
	font-weight: bold;
	color: #2482ec;
}
.pro-tab p a::before {
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #ddd;
}
.pro-tab p a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #2482ec;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.pro-tab p a.focus::after {
	width: 20px;
}
.pro-tab p a:last-of-type {
	padding-right: 0;
}
.pro-tab p a:last-of-type::before {
	display: none;
}
.mt26 {
	margin-top: 26px;
}
.pro-bot {
	display: none;
	overflow: hidden;
	background-color: #fff;
	padding: 22px 16px;
}
.pro-bot ul {
	overflow: hidden;
	margin-right: -16px;
	margin-top: -22px;
}
.pro-bot li {
	float: left;
	width: 20%;
	margin-top: 22px;
}
.pro-bot li .item {
	margin-right: 16px;
}
.pro-bot li .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.pro-bot li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pro-bot li p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 12px;
}
.pro-bot li p a {
	color: #333;
}
.pro-bot li p a:hover {
	color: #2482ec;
}
.pro-bot li .price {
	margin-top: 12px;
	color: #ea3333;
	font-size: 22px;
	font-weight: "Microsoft YaHei";
}
.pro-bot li .price i {
	font-size: 16px;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 2px;
}
.main-product .right {
	overflow: hidden;
}
.main-product .right .list {
	background-color: #fff;
	padding: 22px 22px 6px;
}
.main-product .right li .li-top {
	display: none;
	overflow: hidden;
}
.main-product .right li .li-top .image {
	float: left;
	width: 100px;
	margin-right: 14px;
}
.main-product .right li .li-top .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.main-product .right li .li-top .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.main-product .right li .li-top .text {
	overflow: hidden;
}
.main-product .right li .li-top .text p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.main-product .right li .li-top .text p a {
	color: #333;
}
.main-product .right li .li-top .text p a:hover {
	color: #2482ec;
}
.main-product .right li .li-top .text .type {
	color: #999;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	margin-top: 14px;
}
.main-product .right li .li-top .text .price {
	margin-top: 14px;
	position: relative;
	line-height: 34px;
}
.main-product .right li .li-top .text .price span {
	font-size: 18px;
	color: #ea3333;
}
.main-product .right li .li-top .text .price span i {
	font-size: 14px;
	font-style: normal;
}
.main-product .right li .li-top .text .price a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 34px;
	line-height: 32px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #ea3333;
	background-color: #ea3333;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
}
.main-product .right li .li-top .text .price a:hover {
	background-color: #fff;
	color: #ea3333;
}
.main-product .right li {
	border-bottom: 1px solid #e6e6e6;
}
.main-product .right li .li-bot {
	padding: 17px 0;
	/* border-bottom: 1px solid #e6e6e6; */
	position: relative;
}
.main-product .right li .li-bot i {
	width: 4px;
	height: 4px;
	background-color: #ccc;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
	margin-top: 9px;
}
.main-product .right li .li-bot p {
	overflow: hidden;
	line-height: 20px;
	height: 20px;
	padding-right: 46px;
	font-size: 18px;
}
.main-product .right li .li-bot p a {
	color: #333;
}
.main-product .right li .li-bot p a:hover {
	color: #2482ec;
}
.main-product .right li .li-bot span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #999;
}
.main-product .right li.focus .li-top {
	display: block;
}
.main-product .right li.focus .li-bot {
	display: none;
}
.main-product .right li.focus {
	border-bottom: 0;
}
.main-product .right li:last-child {
	border-bottom: 0 !important;
}
.gold {
	margin-top: 16px;
	padding: 26px 0 16px;
	background: url(../../../../images/sub/version/2023/gold-bg.png) no-repeat;
	background-size: cover;
}
.gold-tab {
	text-align: center;
	font-size: 0;
}
.gold-tab p a {
	font-size: 32px;
	color: #629e7e;
	display: inline-block;
	margin: 0 52px;
	cursor: pointer;
	position: relative;
	padding-bottom: 24px;
}
.gold-tab p a i {
	float: left;
	margin-right: 10px;
	height: 46px;
	width: 42px;
	background: url(../../../../images/sub/version/2023/gray-icon1.png) no-repeat;
	background-size: contain;
	background-position: center center;
}
.gold-tab .text {
	overflow: hidden;
	display: block;
	text-align: left;
}
.gold-tab .text b {
	display: block;
	color: rgba(255,255,255,.8);
	line-height: 42px;
}
.gold-tab .text font {
	font-size: 18px;
	font-weight: bold;
	/* letter-spacing: 2px; */
	font-family: "";
	display: block;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
	text-transform: uppercase;
	margin-top: 6px;
}
.gold-tab p a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 5px;
	width: 0%;
	transform: translateX(-50%);
	background-color: #f9d635;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.gold-tab p a::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 7px 0 0 0;
  	border-color: #F9D635 transparent transparent transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.gold-tab p a.focus::before {
	width: 100%;
}
.gold-tab p a.focus::after {
	border-width: 7px 8px 0 8px;
}
.gold-tab p a.focus b {
	color: #F9D635;
}
.gold-tab p a i.icon2 {
	background-image: url(../../../../images/sub/version/2023/gray-icon2.png);
	width: 33px;
}
.gold-tab p a.focus i.icon1 {
	background-image: url(../../../../images/sub/version/2023/icon1.png);
}
.gold-tab p a.focus i.icon2 {
	background-image: url(../../../../images/sub/version/2023/icon2.png);
}
.gold-bot {
	display: none;
	overflow: hidden;
	background-color: rgba(255,255,255,.5);
	padding: 14px;
}
.gold-bot ul {
	overflow: hidden;
	margin-right: -10px;
	margin-top: -10px;
}
.gold-bot ul li {
	float: left;
	width: 14.28%;
}
.gold-bot ul li .item {
	margin-right: 10px;
	margin-top: 10px;
}
.gold-bot ul li .item .image {
	position: relative;
	padding-bottom: 66.3%;
	height: 0;
	overflow: hidden;
	background-color: #fff;
}
.main-technology .left {
	width: 390px;
	float: left;
	margin-right: 16px;
}
.main-technology .box {
	background-color: #fff;
	padding: 22px;
}
.exchange-top {
	position: relative;
	border-bottom: 4px solid #3292ff;
}
.exchange-top .image {
	height: 0;
	padding-bottom: 67%;
	overflow: hidden;
	position: relative;
}
.exchange-top .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.exchange-top .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 14px;
	background-color: rgba(0,0,0,.7);
}
.exchange-top .text p {
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.exchange-top .text p a {
	color: #fff;
}
.exchange-top .text p a:hover {
	text-decoration: underline;
}
.exchange-list {
	margin-top: 22px;
}
.exchange-list li {
	margin-top: 20px;
	overflow: hidden;
}
.exchange-list .image {
	float: left;
	width: 129px;
	margin-right: 14px;
}
.exchange-list .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	position: relative;
}
.exchange-list .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exchange-list .text {
	overflow: hidden;
}
.exchange-list .text p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.exchange-list .text p a {
	color: #333;
}
.exchange-list .text p a:hover {
	color: #2482ec;
}
.exchange-list .text .type {
	margin-top: 18px;
	font-size: 0;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	color: #999;
}
.exchange-list .text .type span {
	font-size: 14px;
	margin-right: 6px;
}
.exchange-list .text .type i {
	font-size: 14px;
	display: inline-block;
	margin-right: 4px;
}
.main-technology .center {
	float: left;
	width: 748px;
	margin-right: 16px;
}
.main-technology .center .public-title {
	padding-left: 20px;
}
.solution-top {
	overflow: hidden;
	background-color: #f5f5f5;
}
.solution-top .image {
	float: left;
	width: 222px;
}
.solution-top .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	position: relative;
}
.solution-top .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solution-top .text {
	padding: 20px;
	padding-bottom: 0;
	overflow: hidden;
}
.solution-top .text p {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 0;
}
.solution-top .text p a {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #ea3333;
	max-width: calc(100% - 33px);
	margin-right: 8px;
}
.solution-top .text p a:hover {
	color: #2482ec;
}
.solution-top .text p i {
	font-size: 26px;
	color: #ea3333;
}
.solution-top .text .content {
	margin-top: 16px;
	font-size: 15px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #999;
}
.solution-top .text .content span {
	color: #f18901;
}
.solution-list dl {
	margin-top: 20px;
	overflow: hidden;
	line-height: 22px;
	height: 22px;
}
.solution-list dl dt {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	font-size: 15px;
	color: #999;
}
.solution-list dl dt::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #e6e6e6;
	right: 0;
	top: 4px;
}
.solution-list dl dd {
	overflow: hidden;
	font-size: 18px;
}
.solution-list dl dd a {
	color: #333;
}
.solution-list dl dd a:hover {
	color: #2482ec;
}
.solution-list dl:first-child dd {
	font-weight: bold;
	font-size: 20px;
}
.solution .title {
	margin-top: 22px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
}
.solution .title i {
	display: inline-block;
	width: 19px;
	height: 22px;
	vertical-align: top;
	background: url(../../../../images/sub/version/2023/title-icon1.png) no-repeat;
	background-size: contain;
	margin-right: 4px;
}
.solution .title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 110px;
	height: 1px;
	background-color: #e6e6e6;
}
.solution .list {
	margin-top: 17px;
}
.solution .list li:first-child {
	margin-top: 0;
}
.solution .list li {
	margin-top: 19px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.solution .list li a {
	color: #333;
}
.solution .list li a:hover {
	color: #2482ec;
}
.solution .list li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	color: #999;
}
.main-technology .right {
	overflow: hidden;
}
.technology-tab p {
	font-size: 0;
}
.technology-tab p a {
	color: #999;
	font-size: 26px;
	font-weight: bold;
	padding: 0 20px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}
.technology-tab p a:last-child {
	margin-right: 0;
}
.technology-tab p a::before,.technology-tab p a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 18px;
	background: url(../../../../images/sub/version/2023/tab-r.png) no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.technology-tab p a::before {
	left: 0;
	background-image: url(../../../../images/sub/version/2023/tab-l.png);
}
.technology-tab p a::after {
	right: 0;
}
.technology-tab p a.focus {
	color: #333;
}
.technology-tab p a.focus::after,.technology-tab p a.focus::before {
	opacity: 1;
}
.technology-bot {
	display: none;
}
.technology-bot li {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.technology-bot li:first-child {
	padding-top: 0;
}
.technology-bot li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.technology-bot li .name {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.technology-bot li .name a {
	color: #333;
}
.technology-bot li .name a:hover {
	color: #2482ec;
}
.technology-bot li .item {
	margin-top: 13px;
	overflow: hidden;
}
.technology-bot li .image {
	float: left;
	width: 127px;
	margin-right: 14px;
}
.technology-bot li .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	position: relative;
}
.technology-bot li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.technology-bot li .text {
	overflow: hidden;
}
.technology-bot li .text p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.technology-bot li .text .type {
	margin-top: 9px;
	position: relative;
	line-height: 32px;
	height: 32px;
	padding-right: 84px;
	overflow: hidden;
}
.technology-bot li .text .type span {
	font-size: 14px;
	color: #2482ec;
}
.technology-bot li .text .type a {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 2px;
	color: #787878;
	background-color: #f5f5f5;
	padding: 0 14px;
}
.technology-bot li .text .type a:hover {
	background-color: #2482ec;
	color: #fff;
}
.exhi {
	margin-top: 16px;
}
.exhi .swiper-box {
	position: relative;
	overflow: hidden;
}
.exhi-swiper {
	width: calc(100% + 14px);
}
.exhi-swiper .swiper-slide {
	width: 21.5%;
}
.exhi-swiper .swiper-slide .item {
	margin-right: 14px;
}
.exhi-swiper .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.exhi-swiper .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exhi-swiper .image mark {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 14px;
	line-height: 32px;
	height: 32px;
	border-radius: 0 0 10px 0;
	background-color: #f18901;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.exhi-swiper .image mark i {
	font-size: 16px;
	vertical-align: top;
	margin-right: 4px;
	font-weight: normal;
}
.exhi-swiper .text {
	background-color: #fff;
	padding: 15px;
}
.exhi-swiper .text p {
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.exhi-swiper .text p a {
	color: #333;
}
.exhi-swiper .text p a:hover {
	color: #2482ec;
}
.exhi-swiper .text .time {
	margin-top: 12px;
	position: relative;
	font-size: 15px;
	color: #999;
}
.exhi-swiper .text .time .city {
	position: absolute;
	right: 0;
	top: 0;
}
.exhi .swiper-button-next, .exhi .swiper-button-prev {
	width: 26px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	background: rgba(0,0,0,.5) !important;
	border-radius: 0 99px 99px 0;
	text-align: center;
	color: #fff;
}
.exhi .swiper-button-prev {
	left: 0;
}

.exhi .swiper-button-next {
	right: 0;
	border-radius: 99px 0 0 99px;
}
.exhi .swiper-button-next i, .exhi .swiper-button-prev i {
	font-size: 15px;
	display: inline-block;
}
.exhi .swiper-button-prev i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.exhibition-center {
	background-color: #fff;
	padding: 22px;
	overflow: hidden;
}
.recommend {
	float: left;
	width: 370px;
	margin-right: 36px;
}
.recommend-top .image {
	padding-bottom: 66.7%;
	overflow: hidden;
	position: relative;
	height: 0;
}
.recommend-top .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recommend-top .time {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.recommend-top .time span {
	float: left;
	position: relative;
}
.recommend-top .time span b {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: "youshebiaoti";
	border-radius: 0 12px 0 0;
	background: -moz-linear-gradient( 0deg, rgb(246,67,38) 0%, rgb(249,152,0) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(246,67,38) 0%, rgb(249,152,0) 100%);
	background: -ms-linear-gradient( 0deg, rgb(246,67,38) 0%, rgb(249,152,0) 100%);
	color: #fff;
	position: relative;
	z-index: 2;
	display: block;
	font-weight: normal;
}
.recommend-top .time span::after {
	content: "";
	position: absolute;
	left: 0;
	right: -8px;
	bottom: 0;
	height: 7px;
	background: url(../../../../images/sub/version/2023/bg.png) no-repeat;
	background-size: contain;
}
.recommend-top .time p {
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: rgba(0,0,0,.7);
	font-size: 15px;
	text-align: center;
	margin-top: 6px;
}
.recommend-top .time p i {
	margin: 0 8px;
}
.recommend-top .text {
	margin-top: 10px;
}
.recommend-top .text p {
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.recommend-top .text p a {
	color: #333;
}
.recommend-top .text p a:hover {
	color: #2482ec;
}
.recommend .list {
	overflow: hidden;
	margin-top: 12px;
}
.recommend .list ul {
	overflow: hidden;
	margin-right: -16px;
}
.recommend .list li {
	width: 50%;
	float: left;
}
.recommend .list li .item {
	margin-right: 16px;
}
.recommend .list li .image {
	height: 0;
	padding-bottom: 66.85%;
	overflow: hidden;
	position: relative;
}
.recommend .list li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.recommend .list li p {
	margin-top: 10px;
	line-height: 18px;
	height: 18px;
	font-size: 16px;
	overflow: hidden;
}
.recommend .list li p a {
	color: #333;
}
.recommend .list li p a:hover {
	color: #2482ec;
}
.exhibition-news {
	overflow: hidden;
}
.exhibition-news .top {
	overflow: hidden;
}
.exhibition-news .top .image {
	float: left;
	width: 222px;
	margin-right: 22px;
}
.exhibition-news .top .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	position: relative;
}
.exhibition-news .top .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.exhibition-news .top .text {
	overflow: hidden;
}
.exhibition-news .top .text p {
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #333;
	font-weight: bold;
}
.exhibition-news .top .text p a {
	color: #333;
}
.exhibition-news .top .text p a:hover {
	color: #2482ec;
}
.exhibition-news .top .text .content {
	margin-top: 10px;
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.exhibition-news .top .text .time {
	margin-top: 20px;
	position: relative;
	line-height: 34px;
	height: 34px;
	color: #749dcb;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}
.exhibition-news .top .text .time b {
	font-size: 20px;
	color: #2482ec;
}
.exhibition-news .top .text .time a {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #2482ec;
	border-radius: 2px;
	background-color: #edf2f8;
	padding: 0 10px;
}
.exhibition-news .top .text .time a i {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}
.exhibition-news .top .text .time a:hover {
	background-color: #2482ec;
	color: #fff;
}
.exhibition-news .news-item dl {
	margin-top: 22px;
	overflow: hidden;
}
.exhibition-news .news-item dt {
	float: left;
	width: 62px;
	margin-right: 12px;
	text-align: center;
	font-size: 15px;
	color: #507fb4;
	line-height: 20px;
}
.exhibition-news .news-item .time mark {
	line-height: 26px;
	height: 28px;
	background: -moz-linear-gradient( 0deg, rgb(49,129,249) 0%, rgb(0,152,249) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(49,129,249) 0%, rgb(0,152,249) 100%);
	background: -ms-linear-gradient( 0deg, rgb(49,129,249) 0%, rgb(0,152,249) 100%);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	display: block;
}
.exhibition-news .news-item .time .year {
	margin-top: 8px;
	font-size: 0;
	line-height: 1;
}
.exhibition-news .news-item .time .year span {
	font-size: 12px;
	color: #507fb4;
	margin: 0 5px;
}
.exhibition-news .news-item .time .year i {
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #507fb4;
	vertical-align: top;
	margin-top: 6px;
}
.exhibition-news .news-item dd {
	overflow: hidden;
}
.exhibition-news .news-item dd .name {
	font-size: 20px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	font-weight: bold;
}
.exhibition-news .news-item dd .name a {
	color: #333;
}
.exhibition-news .news-item dd .name a:hover {
	color: #2482ec;
}
.exhibition-news .news-item dd .city {
	margin-top: 5px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	font-size: 0;
}
.exhibition-news .news-item dd .city span {
	font-size: 15px;
	margin-right: 16px;
	color: #999;
}
.exhibition-news .news-item dd .city span:last-child {
	margin-right: 0;
}
.exhibition-news .news-item dd p {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.exhibition-news .news-item dd p a {
	color: #333;
}
.exhibition-news .news-item dd p a:hover {
	color: #2482ec;
}
.exhibition .left .public-title .more {
	right: 16px;
}
.exhibition .right {
	overflow: hidden;
}
.exhibition .right .list {
	background-color: #fff;
	padding: 22px;
}
.exhibition .right .list li:first-child {
	margin-top: 0;
}
.exhibition .right .list li {
	overflow: hidden;
	margin-top: 18px;
}
.exhibition .right .list li .image {
	float: left;
	width: 139px;
	margin-right: 14px;
}
.exhibition .right .list li .image a {
	display: block;
	height: 0;
	padding-bottom: 56.2%;
	overflow: hidden;
	position: relative;
}
.exhibition .right .list li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exhibition .right .list li .text {
	overflow: hidden;
}
.exhibition .right .list li .text p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.exhibition .right .list li .text p a {
	color: #333;
}
.exhibition .right .list li .text p a:hover {
	color: #2482ec;
}
.exhibition .right .list li .text .time {
	margin-top: 16px;
	font-size: 14px;
	color: #999;
}
.exhibition .right .list li .text .time i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 5px;
	display: inline-block;
	margin-top: 2px;
}
.qq-service {
	margin-top: 16px;
}
.qq-service .w {
	background-color: #fff;
	padding: 25px 0;
}

.qq-service ul::after {
	content: "";
	display: block;
	clear: both;
}
.qq-service li {
	float: left;
	width: 25%;
	padding: 0 34px;
	box-sizing: border-box;
	border-right: 1px solid #e6e6e6;
}
.qq-service li:last-child {
	border-right: 0;
}
.qq-service li .left {
	float: left;
}
.qq-service li .left b {
	font-size: 18px;
}
.qq-service li .left p {
	font-size: 14px;
	margin-top: 10px;
	color: #999;
}
.qq-service li .right {
	float: right;
	text-align: center;
}
.qq-service li .right b {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.qq-service li .right .qq-btn {
	position: relative;
}
.qq-service li .right .qq-btn .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.qq-service li .right .qq-btn:hover .QQhover{
	display: inline-block;
}
.qq-service li .right .qq-btn a {
	display: inline-block;
	width: 22px;
	height: 24px;
	background: url(../../../../images/sub/version/2023/QQ.png) no-repeat;
	background-size: contain;
}
.footer {
	margin: 0 auto;
	background-color: #212324;
}

.footer .item {
	margin: 0 auto;
	overflow: hidden;
}

.footer .item .footer-code {
	float: right;
	width: 400px;
	border-left: 1px solid #444444;
	margin-top: 27px;
}

.footer .item .footer-code li {
	float: left;
	padding-left: 44px;
}

.footer .item .footer-code li .code {
	width: 126px;
	height: 126px;
	border: 2px solid #ff8d50;
	padding: 10px;
	background-color: #fff;
}

.footer .item .footer-code li p {
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}

.footer .item .left {
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}

.footer .item .left p {
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}

.footer .item .left p a {
	color: #838383;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #444444;
}

.footer .item .left p a:first-child {
	padding-left: 0;
}

.footer .item .left p a:last-child {
	border: none;
}

.footer .item .left p a:hover {
	color: #ff8d50;
}

.footer .item .left span {
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span em {
	font-style: normal;
	margin-right: 12px;
}
.footer .item .left span img {
	margin: 7px 5px 0 10px;
	vertical-align: top;
}

.copyright {
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding: 10px 0;
	display: inline-block;
}

.copyright img {
	margin: 1px 8px 0 0px;
	vertical-align: top;
}

ul.footImg {
	width: 810px;
	height: 48px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("https://www.xwboo.com/images/index/Version/2021/copyright.png") no-repeat 0 0;
}

ul.footImg li {
	width: 135px;
	float: left;
}

ul.footImg li a {
	width: 125px;
	height: 48px;
	display: block;
}
.link-box .w {
	position: relative;
	background: #fff;
	padding: 0 22px;
}
/* 20240715 */
.link-top {
	height: 58px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 45px;
}
.link-top p {
	position: absolute;
	top: -1px;
	line-height: 52px;
	color: #dddddd;
	font-size: 20px;
}
.link-top p a {
	display: inline-block;
	vertical-align: top;
	color: #999;
	padding: 0 14px;
	border-top: 3px solid transparent;
	font-weight: bold;
}
.link-top p a.focus {
	font-weight: 700;
	color: #f08200;
	border-bottom: 3px solid #f08200;
}
.link-btn {
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 14px;
	color: #fff;
	padding: 0 18px;
	background-color: #f08200;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	z-index: 9;
}
.link-list {
	font-size: 0;
	display: none;
	padding: 22px 0 0;
	overflow: hidden;
}
.link-list ul {
	overflow: hidden;
	margin: 0 -17px;
}
.link-list li {
	float: left;
}
.link-list a {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	padding: 0 15px;
	display: inline-block;
	position: relative;
}
.link-list a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 1px;
	height: 16px;
	background: #ddd;
}
.link-list a:hover{
	color: #f08200;
}
.update .w {
	padding: 25px 22px;
	overflow: hidden;
	background: #fff;
}
.update a {
	width: calc(100% / 9);
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	background-color: #ebfadb;
	float: left;
	cursor: pointer;
}
.update a:nth-child(2) {
	background-color: #fcede0;
}
.update a:nth-child(3),.update a:nth-child(7) {
	background-color: #ece4fd;
}
.update a:nth-child(4),.update a:nth-child(6) {
	background-color: #e4eefc;
}
.update a:nth-child(5),.update a:nth-child(8) {
	background-color: #fcf8e0;
}
.update a:nth-child(9) {
	background-color: #fbe2e9;
}




@media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}
	.link-top {
		height: 64px;
	}
	.link-top p {
		line-height: 60px;
		font-size: 22px;
	}
	.link-btn {
		font-size: 16px;
		height: 34px;
		line-height: 34px;
	}
	.link-list a {
		font-size: 16px;
		line-height: 30px;
		padding: 0 17px;
	}
	.update a {
		font-size: 16px;
		line-height: 42px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1560px;
	}
	.link-list a::after {
		top: 8px;
		height: 14px;
	}
	.link-top {
		height: 64px;
	}
	.link-top p {
		line-height: 60px;
		font-size: 22px;
	}
	.link-btn {
		font-size: 16px;
		height: 34px;
		line-height: 34px;
	}
	.link-list ul {
		overflow: hidden;
		margin: 0 -15px;
	}
	.link-list a {
		font-size: 16px;
		line-height: 30px;
		padding: 0 15px;
	}
	.update a {
		font-size: 16px;
		line-height: 42px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}
	.searchDiv .logo-text {
		margin-top: 0;
	}
	.searchDiv {
		padding: 16px 0;
	}
	.searchDiv .logo {
		margin-top: 8px;
		width: 198px;
	}
	.searchDiv .search {
		width: 556px;
		height: 44px;
		margin-left: 190px;
		margin-top: 11px;
	}
	.rightw {
		width: 341px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav ul li a {
		padding: 0 33px;
		font-size: 16px;
	}
	.nav ul li a i {
		font-size: 18px;
	}
	.broadcast {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
		margin-top: 12px;
	}
	.broadcast a {
		font-size: 14px;
		margin-right: 30px;
	}
	.broadcast dt {
		margin-right: 24px;
	}
	.banner {
		margin-top: 22px;
	}
	.product-classify {
		width: 278px;
	}
	.pro-title {
		height: 48px;
		line-height: 48px;
		padding: 0 22px;
	}
	.pro-title b {
		font-size: 18px;
	}
	.pro-title b i {
		width: 17px;
		height: 14px;
	}
	.class-a {
		padding: 12px 22px;
	}
	.class-a p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.class-a p i {
		font-size: 10px;
	}
	.class-a span {
		height: 16px;
		line-height: 16px;
	}
	.class-a span a {
		font-size: 14px;
	}
	.product-classify ul li .class-b {
		width: 768px;
		left: 278px;
	}
	.banner-center {
		margin: 0 15px;
		width: 752px;
		padding: 0 23px 22px;
	}
	.news-bot .news-top {
		margin-top: 22px;
	}
	.news-bot .news-top p {
		font-size: 22px;
		line-height: 24px;
		height: 24px;
	}
	.news-bot .news-top .content {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 13px;
	}
	.news-bot .news-list .left {
		width: 154px;
	}
	.news-bot .news-list .left .image p {
		height: 78px;
	}
	.news-bot .news-list .left .image p span {
		font-size: 15px;
		line-height: 18px;
		height: 36px;
	}
	.news-bot .news-list .right p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 16px;
	}
	.news-bot .news-list {
		margin-top: 18px;
	}
	.news-bot .other-news .news-top {
		margin-top: 22px;
	}
	.news-bot .other-news .news-top p {
		font-size: 22px;
		line-height: 24px;
		height: 24px;
	}
	.news-bot .news-top p i {
		font-size: 24px;
		margin-right: 6px;
	}
	.news-bot .other-news .news-top .content {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 13px;
	}
	.news-bot .other-news .news-list {
		margin-top: 14px;
	}
	.news-bot .other-news .news-list .left {
		width: 166px;
	}
	.news-bot .other-news .news-list .right p:first-child {
		font-size: 19px;
		line-height: 21px;
		height: 21px;
	}
	.imgSwitchBot {
		height: 68px;
	}
	.imgSwitchBot ul li.hover {
		width: 92px;
		margin-top: 6px;
	}
	.imgSwitchBot ul li {
		width: 65px;
		margin-right: 10px;
		margin-top: 17px;
	}
	.XWH {
		margin-top: 12px;
		padding: 16px 18px 0;
	}
	.XWH .title span {
		font-size: 25px;
		padding-bottom: 2px;
		border-bottom: 5px solid #3891f4;
	}
	.XWH .title b {
		font-size: 20px;
	}
	.XWH .swiper-button-next, .XWH .swiper-button-prev {
		width: 7px;
		height: 14px;
		background-size: 7px 16px;
	}
	.xwh-swiper li .image {
		width: 61px;
		margin-right: 12px;
	}
	.xwh-swiper li .text p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-top: 8px;
	}
	.xwh-swiper li .text .content {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 10px;
	}
	.xwh-swiper li {
		padding: 11px 0;
	}
	.xwh-swiper {
		margin-top: 8px;
	}
	.selectBot {
		top: 44px;
	}
	.mt30 {
		margin-top: 26px;
	}
	.main-broadcast {
		padding: 30px 0;
	}
	.main-broadcast .left {
		width: 906px;
		margin-right: 42px;
	}
	.main-broadcast .live-box {
		padding: 13px;
	}
	.main-broadcast .live-box .comment {
		width: 205px;
		margin-right: 12px;
	}
	.main-broadcast .live-box .video {
		height: 374px;
	}
	.main-broadcast .right .title span {
		font-size: 23px;
	}
	.main-broadcast .right .title .more {
		top: 5px;
		font-size: 14px;
	}
	.main-broadcast .right .title .more i {
		font-size: 9px;
		margin-top: 3px;
	}
	.main-broadcast .right .title {
		padding-bottom: 16px;
	}
	.w1154 {
		width: 1036px;
		margin-right: 12px;
	}
	.public-title b {
		font-size: 24px;
	}
	.pro-tab p a {
		font-size: 16px;
		line-height: 24px;
		padding: 0 26px 9px;
	}
	.pro-bot li p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 10px;
	}
	.pro-bot li .price {
		margin-top: 10px;
		font-size: 20px;
	}
	.pro-bot li .price i {
		font-size: 14px;
	}
	.main-product .right .list {
		padding: 22px 20px 6px;
	}
	.main-product .right li .li-top .image {
		width: 90px;
		margin-right: 12px;
	}
	.main-product .right li .li-top .text p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.main-product .right li .li-top .text .type {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 10px;
	}
	.main-product .right li .li-top .text .price span {
		font-size: 16px;
	}
	.main-product .right li .li-top .text .price span i {
		font-size: 13px;
	}
	.main-product .right li .li-top .text .price a {
		height: 30px;
		line-height: 28px;
		font-size: 13px;
		padding: 0 12px;
	}
	.main-product .right li .li-top .text .price {
		margin-top: 12px;
		line-height: 30px;
	}
	.main-product .right li .li-bot p {
		line-height: 18px;
		height: 18px;
		font-size: 16px;
	}
	.main-product .right li .li-bot {
		padding: 15px 0;
	}
	.gold {
		margin-top: 16px;
		padding: 22px 0 16px;
	}
	.gold-tab p a i {
		margin-right: 9px;
		height: 41px;
		width: 38px;
	}
	.gold-tab p a i.icon2 {
		width: 30px;
	}
	.gold-tab p a {
		font-size: 28px;
	}
	.gold-tab .text b {
		line-height: 38px;
	}
	.gold-tab p a {
		font-size: 28px;
		padding-bottom: 22px;
		margin: 0 45px;
	}
	.gold-bot {
		padding: 13px;
	}
	.main-technology .left {
		width: 350px;
		margin-right: 13px;
	}
	.public-title .more {
		top: 5px;
		font-size: 14px;
	}
	.mt26 {
		margin-top: 22px;
	}
	.main-technology .box {
		padding: 20px;
	}
	.exchange-top .text p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.exchange-list .image {
		width: 116px;
		margin-right: 12px;
	}
	.exchange-list .text p {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	.exchange-list .text .type span {
		font-size: 13px;
	}
	.exchange-list .text .type i {
		font-size: 13px;
	}
	.exchange-list {
		margin-top: 20px;
	}
	.exchange-list li {
		margin-top: 18px;
	}
	.main-technology .center {
		width: 671px;
		margin-right: 13px;
	}
	.solution-top .image {
		width: 200px;
	}
	.solution-top .text {
		padding: 18px;
	}
	.solution-top .text p {
		height: 26px;
		line-height: 26px;
	}
	.solution-top .text p a {
		font-size: 19px;
		max-width: calc(100% - 33px);
	}
	.solution-top .text p i {
		font-size: 22px;
	}
	.solution-top .text .content {
		margin-top: 11px;
		font-size: 13px;
		line-height: 20px;
		height: 60px;
	}
	.solution-list dl dt {
		margin-right: 8px;
		padding-right: 8px;
		font-size: 14px;
	}
	.solution-list dl:first-child dd {
		font-size: 18px;
	}
	.solution-list dl dd {
		font-size: 16px;
	}
	.solution-list dl {
		margin-top: 18px;
		line-height: 20px;
		height: 20px;
	}
	.solution .title {
		margin-top: 20px;
		font-size: 18px;
	}
	.solution .title i {
		width: 17px;
		height: 20px;
	}
	.solution .title::after {
		bottom: 4px;
		left: 100px;
	}
	.solution .list li {
		margin-top: 16px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.solution .list li span {
		font-size: 14px;
	}
	.technology-tab p a {
		font-size: 23px;
		padding: 0 18px;
		margin-right: 15px;
	}
	.technology-tab p a::before, .technology-tab p a::after {
		width: 13px;
		height: 17px;
	}
	.technology-bot li .name {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.technology-bot li .item {
		margin-top: 10px;
	}
	.technology-bot li .image {
		width: 113px;
		margin-right: 12px;
	}
	.technology-bot li .text p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
	}
	.technology-bot li .text .type span {
		font-size: 13px;
	}
	.technology-bot li .text .type a {
		height: 28px;
		line-height: 26px;
		font-size: 13px;
		padding: 0 12px;
	}
	.technology-bot li .text .type {
		margin-top: 8px;
		line-height: 28px;
	}
	.exhi {
		margin-top: 14px;
	}
	.exhi-swiper .swiper-slide .item {
		margin-right: 13px;
	}
	.exhi-swiper {
		width: calc(100% + 13px);
	}
	.exhi-swiper .image mark {
		padding: 0 10px;
		line-height: 28px;
		height: 28px;
		border-radius: 0 0 9px 0;
		font-size: 14px;
	}
	.exhi-swiper .image mark i {
		font-size: 15px;
		margin-right: 3px;
	}
	.exhi-swiper .text p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.exhi-swiper .text {
		padding: 12px;
	}
	.exhi-swiper .text .time {
		margin-top: 12px;
		font-size: 14px;
	}
	.exhi .swiper-button-next, .exhi .swiper-button-prev {
		width: 24px;
		height: 44px;
		line-height: 44px;
		margin-top: -22px;
	}
	.exhi .swiper-button-next i, .exhi .swiper-button-prev i {
		font-size: 13px;
	}
	.exhibition-center {
		padding: 20px;
	}
	.recommend {
		width: 332px;
		margin-right: 32px;
	}
	.recommend-top .time p {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin-top: 8px;
	}
	.recommend-top .time span b {
		padding: 0 20px;
		height: 44px;
		line-height: 44px;
		font-size: 22px;
	}
	.recommend-top .text p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.recommend-top .text {
		margin-top: 8px;
	}
	.recommend .list {
		margin-top: 10px;
	}
	.recommend .list li .item {
		margin-right: 12px;
	}
	.recommend .list ul {
		margin-right: -12px;
	}
	.recommend .list li p {
		margin-top: 8px;
		line-height: 16px;
		height: 16px;
		font-size: 14px;
	}
	.exhibition-news .top .image {
		width: 200px;
		margin-right: 18px;
	}
	.exhibition-news .top .text p {
		font-size: 20px;
		line-height: 27px;
		height: 54px;
	}
	.exhibition-news .top .text .content {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhibition-news .top .text .time {
		margin-top: 18px;
		line-height: 30px;
		height: 30px;
		font-size: 14px;
	}
	.exhibition-news .top .text .time a {
		font-size: 13px;
		padding: 0 8px;
	}
	.exhibition-news .top .text .time b {
		font-size: 18px;
	}
	.exhibition-news .news-item dl {
		margin-top: 17px;
	}
	.exhibition-news .news-item .time mark {
		line-height: 26px;
		height: 26px;
		font-size: 14px;
		padding: 0 0;
	}
	.exhibition-news .news-item dt {
		width: 56px;
		margin-right: 12px;
		font-size: 13px;
		line-height: 20px;
	}
	.exhibition-news .news-item dd .name {
		font-size: 18px;
		line-height: 26px;
		height: 26px;
	}
	.exhibition-news .news-item dd .city span {
		font-size: 14px;
		margin-right: 14px;
	}
	.exhibition-news .news-item dd p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.exhibition .right .list {
		padding: 17px 18px;
	}
	.exhibition .right .list li .image {
		width: 124px;
		margin-right: 12px;
	}
	.exhibition .right .list li .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.exhibition .right .list li .text .time {
		margin-top: 13px;
		font-size: 13px;
	}
	.exhibition .right .list li .text .time i {
		font-size: 13px;
	}
	.link-list a::after {
		top: 8px;
		height: 14px;
	}
	.link-top {
		height: 64px;
	}
	.link-top p {
		line-height: 60px;
		font-size: 22px;
	}
	.link-btn {
		font-size: 16px;
		height: 34px;
		line-height: 34px;
	}
	.link-list ul {
		overflow: hidden;
		margin: 0 -15px;
	}
	.link-list a {
		font-size: 16px;
		line-height: 30px;
		padding: 0 15px;
	}
	.update a {
		font-size: 16px;
		line-height: 42px;
	}


}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.class-b p a {
		font-size: 14px;
	}
	.class-b p a::after {
		top: 10px;
	}
	.searchDiv .logo-text {
		margin-top: 0;
	}
	.searchDiv .logo-text p {
		margin-top: 6px;
	}
	.searchDiv {
		padding: 14px 0;
	}
	.searchDiv .logo {
		margin-top: 8px;
		width: 188px;
	}
	.searchDiv .search {
		width: 528px;
		height: 44px;
		margin: 11px 209px 0;
		margin-top: 11px;
	}
	.rightw {
		width: 324px;
	}
	.nav {
		height: 42px;
		line-height: 42px;
	}
	.nav ul li a {
		padding: 0 27px;
		font-size: 17px;
	}
	.nav ul li a i {
		font-size: 16px;
		margin-right: 4px;
	}
	.broadcast {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
		margin-top: 12px;
	}
	.broadcast a {
		font-size: 13px;
		margin-right: 28px;
	}
	.broadcast dt {
		margin-right: 20px;
	}
	.banner {
		margin-top: 20px;
	}
	.product-classify {
		width: 264px;
	}
	.pro-title {
		height: 46px;
		line-height: 46px;
		padding: 0 18px;
	}
	.pro-title b {
		font-size: 17px;
	}
	.pro-title b i {
		width: 17px;
		height: 14px;
	}
	.class-a {
		padding: 12px 18px;
	}
	.class-a p {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
	}
	.class-a p i {
		font-size: 9px;
	}
	.class-a span {
		height: 16px;
		line-height: 16px;
	}
	.class-a span a {
		font-size: 13px;
	}
	.product-classify ul li .class-b {
		width: 726px;
		left: 264px;
	}
	.banner-center {
		margin: 0 13px;
		width: 714px;
		padding: 0 18px 18px;
	}
	.news-bot .news-top {
		margin-top: 22px;
	}
	.news-bot .news-top p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.banner-center .news-tab p a {
		font-size: 17px;
		line-height: 50px;
	}
	.news-bot .news-top .content {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 13px;
	}
	.news-bot .news-list .left {
		width: 154px;
	}
	.news-bot .news-list .left .image p {
		height: 78px;
	}
	.news-bot .news-list .left .image p span {
		font-size: 15px;
		line-height: 18px;
		height: 36px;
	}
	.news-bot .news-list .right p {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 16px;
	}
	.news-bot .news-list {
		margin-top: 18px;
	}
	.news-bot .other-news .news-top {
		margin-top: 22px;
	}
	.news-bot .other-news .news-top p {
		font-size: 22px;
		line-height: 24px;
		height: 24px;
	}
	.news-bot .news-top p i {
		font-size: 24px;
		margin-right: 6px;
	}
	.news-bot .other-news .news-top .content {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 13px;
	}
	.news-bot .other-news .news-list {
		margin-top: 14px;
	}
	.news-bot .other-news .news-list .left {
		width: 166px;
	}
	.news-bot .other-news .news-list .right p:first-child {
		font-size: 19px;
		line-height: 21px;
		height: 21px;
	}
	.imgSwitchBot {
		height: 65px;
	}
	.imgSwitchBot ul li.hover {
		width: 87px;
		margin-top: 6px;
	}
	.imgSwitchBot ul li {
		width: 62px;
		margin-right: 9px;
		margin-top: 17px;
	}
	.XWH {
		margin-top: 14px;
		padding: 16px 18px 0;
	}
	.XWH .title span {
		font-size: 24px;
		padding-bottom: 2px;
		border-bottom: 5px solid #3891f4;
	}
	.XWH .title b {
		font-size: 19px;
	}
	.XWH .swiper-button-next, .XWH .swiper-button-prev {
		width: 7px;
		height: 14px;
		background-size: 7px 16px;
	}
	.xwh-swiper li .image {
		width: 61px;
		margin-right: 12px;
	}
	.xwh-swiper li .text p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
		margin-top: 8px;
	}
	.xwh-swiper li .text .content {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 10px;
	}
	.xwh-swiper li {
		padding: 11px 0;
	}
	.xwh-swiper {
		margin-top: 8px;
	}
	.selectBot {
		top: 44px;
	}
	.mt30 {
		margin-top: 24px;
	}
	.main-broadcast {
		padding: 28px 0;
	}
	.main-broadcast .left {
		width: 860px;
		margin-right: 38px;
	}
	.main-broadcast .left .title {
		font-size: 27px;
		line-height: 29px;
		height: 29px;
	}
	.main-broadcast .left .title i {
		font-size: 25px;
		margin-left: 10px;
	}
	.main-broadcast .live-box {
		padding: 12px;
	}
	.main-broadcast .live-box .comment {
		width: 195px;
		margin-right: 10px;
	}
	.main-broadcast .live-box .comment li {
		margin-top: 12px;
	}
	.main-broadcast .live-box .video {
		height: 354px;
	}
	.main-broadcast .right .title span {
		font-size: 22px;
	}
	.main-broadcast .right .title .more {
		top: 5px;
		font-size: 13px;
	}
	.main-broadcast .right ul {
		margin-right: -14px;
	}
	.main-broadcast .right li .item {
		margin-right: 14px;
		margin-top: 13px;
	}
	.main-broadcast .right .title .more i {
		font-size: 9px;
		margin-top: 3px;
	}
	.main-broadcast .right .title {
		padding-bottom: 16px;
	}
	.w1154 {
		width: 982px;
		margin-right: 12px;
	}
	.public-title b {
		font-size: 22px;
	}
	.pro-tab p a {
		font-size: 15px;
		line-height: 22px;
		padding: 0 26px 9px;
	}
	.pro-bot li p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 10px;
	}
	.pro-tab p a.focus {
		font-size: 19px;
	}
	.pro-bot {
		padding: 19px 15px;
	}
	.pro-bot li .item {
		margin-right: 14px;
	}
	.pro-bot ul {
		margin-right: -14px;
		margin-top: -20px;
	}
	.pro-bot li {
		margin-top: 20px;
	}
	.pro-bot li .price {
		margin-top: 8px;
		font-size: 19px;
	}
	.pro-bot li .price i {
		font-size: 14px;
	}
	.main-product .right .list {
		padding: 20px 18px 6px;
	}
	.main-product .right li .li-top .image {
		width: 85px;
		margin-right: 10px;
	}
	.main-product .right li .li-top .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.main-product .right li .li-top .text .type {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 10px;
	}
	.main-product .right li .li-top .text .price span {
		font-size: 15px;
	}
	.main-product .right li .li-top .text .price span i {
		font-size: 12px;
	}
	.main-product .right li .li-top .text .price a {
		height: 28px;
		line-height: 26px;
		font-size: 12px;
		padding: 0 10px;
	}
	.main-product .right li .li-top .text .price {
		margin-top: 12px;
		line-height: 30px;
	}
	.main-product .right li .li-bot p {
		line-height: 17px;
		height: 17px;
		font-size: 15px;
	}
	.main-product .right li .li-bot span {
		font-size: 13px;
	}
	.main-product .right li .li-bot {
		padding: 14px 0;
	}
	.gold {
		margin-top: 16px;
		padding: 22px 0 16px;
	}
	.gold-tab p a i {
		margin-right: 9px;
		height: 41px;
		width: 38px;
	}
	.gold-tab p a i.icon2 {
		width: 30px;
	}
	.gold-tab p a {
		font-size: 28px;
	}
	.gold-tab .text b {
		line-height: 38px;
	}
	.gold-tab p a {
		font-size: 27px;
		padding-bottom: 20px;
		margin: 0 45px;
	}
	.gold-bot ul li .item {
		margin-right: 8px;
		margin-top: 8px;
	}
	.gold-bot ul {
		margin-right: -8px;
		margin-top: -8px;
	}
	.gold-bot {
		padding: 13px;
	}
	.main-technology .left {
		width: 332px;
		margin-right: 12px;
	}
	.public-title .more {
		top: 5px;
		font-size: 14px;
	}
	.mt26 {
		margin-top: 22px;
	}
	.main-technology .box {
		padding: 17px;
	}
	.exchange-top .text p {
		font-size: 15px;
		line-height: 21px;
		height: 42px;
	}
	.exchange-top .text {
		padding: 12px;
	}
	.exchange-list .image {
		width: 110px;
		margin-right: 12px;
	}
	.exchange-list .text p {
		font-size: 14px;
		line-height: 19px;
		height: 38px;
	}
	.exchange-list .text .type span {
		font-size: 12px;
	}
	.exchange-list .text .type i {
		font-size: 12px;
	}
	.exchange-list .text .type {
		margin-top: 14px;
	}
	.exchange-list {
		margin-top: 18px;
	}
	.exchange-list li {
		margin-top: 16px;
	}
	.main-technology .center {
		width: 636px;
		margin-right: 12px;
	}
	.solution-top .image {
		width: 189px;
	}
	.solution-top .text {
		padding: 16px;
	}
	.solution-top .text p {
		height: 24px;
		line-height: 24px;
	}
	.solution-top .text p a {
		font-size: 18px;
		max-width: calc(100% - 33px);
	}
	.solution-top .text p i {
		font-size: 20px;
	}
	.solution-top .text .content {
		margin-top: 11px;
		font-size: 12px;
		line-height: 19px;
		height: 57px;
	}
	.solution-list dl dt {
		margin-right: 8px;
		padding-right: 8px;
		font-size: 13px;
	}
	.solution-list dl:first-child dd {
		font-size: 17px;
	}
	.solution-list dl dd {
		font-size: 15px;
	}
	.solution-list dl {
		margin-top: 16px;
		line-height: 20px;
		height: 20px;
	}
	.solution .title {
		margin-top: 20px;
		font-size: 18px;
	}
	.solution .title i {
		width: 17px;
		height: 20px;
	}
	.solution .title::after {
		bottom: 4px;
		left: 100px;
	}
	.solution .list li {
		margin-top: 14px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.solution .list li span {
		font-size: 13px;
	}
	.technology-tab p a {
		font-size: 22px;
		padding: 0 15px;
		margin-right: 15px;
	}
	.technology-tab p a::before, .technology-tab p a::after {
		width: 13px;
		height: 16px;
	}
	.technology-bot li .name {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.technology-bot li .item {
		margin-top: 10px;
	}
	.technology-bot li .image {
		width: 107px;
		margin-right: 12px;
	}
	.technology-bot li .text p {
		font-size: 12px;
		line-height: 17px;
		height: 34px;
	}
	.technology-bot li .text .type span {
		font-size: 12px;
	}
	.technology-bot li .text .type a {
		height: 26px;
		line-height: 24px;
		font-size: 12px;
		padding: 0 10px;
	}
	.technology-bot li {
		padding: 14px 0;
	}
	.technology-bot li .text .type {
		margin-top: 8px;
		line-height: 26px;
		height: 26px;
		padding-right: 68px;
	}
	.exhi {
		margin-top: 14px;
	}
	.exhi-swiper .swiper-slide .item {
		margin-right: 13px;
	}
	.exhi-swiper {
		width: calc(100% + 13px);
	}
	.exhi-swiper .image mark {
		padding: 0 10px;
		line-height: 28px;
		height: 28px;
		border-radius: 0 0 9px 0;
		font-size: 14px;
	}
	.exhi-swiper .image mark i {
		font-size: 15px;
		margin-right: 3px;
	}
	.exhi-swiper .text p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.exhi-swiper .text {
		padding: 12px;
	}
	.exhi-swiper .text .time {
		margin-top: 12px;
		font-size: 14px;
	}
	.exhi .swiper-button-next, .exhi .swiper-button-prev {
		width: 24px;
		height: 44px;
		line-height: 44px;
		margin-top: -22px;
	}
	.exhi .swiper-button-next i, .exhi .swiper-button-prev i {
		font-size: 13px;
	}
	.exhibition-center {
		padding: 18px;
	}
	.recommend {
		width: 315px;
		margin-right: 30px;
	}
	.recommend-top .time p {
		height: 36px;
		line-height: 36px;
		font-size: 13px;
		margin-top: 8px;
	}
	.recommend-top .time span b {
		padding: 0 20px;
		height: 44px;
		line-height: 44px;
		font-size: 22px;
	}
	.recommend-top .text p {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	.recommend-top .text {
		margin-top: 8px;
	}
	.recommend .list {
		margin-top: 10px;
	}
	.recommend .list li .item {
		margin-right: 12px;
	}
	.recommend .list ul {
		margin-right: -12px;
	}
	.recommend .list li p {
		margin-top: 8px;
		line-height: 15px;
		height: 15px;
		font-size: 13px;
	}
	.exhibition-news .top .image {
		width: 189px;
		margin-right: 16px;
	}
	.exhibition-news .top .text p {
		font-size: 19px;
		line-height: 26px;
		height: 52px;
	}
	.exhibition-news .top .text .content {
		margin-top: 10px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.exhibition-news .top .text .time {
		margin-top: 17px;
		line-height: 29px;
		height: 29px;
		font-size: 13px;
	}
	.exhibition-news .top .text .time a {
		font-size: 12px;
		padding: 0 8px;
	}
	.exhibition-news .top .text .time a i {
		font-size: 8px;
		margin-left: 3px;
	}
	.exhibition-news .top .text .time b {
		font-size: 17px;
	}
	.exhibition-news .news-item dl {
		margin-top: 17px;
	}
	.exhibition-news .news-item .time mark {
		line-height: 24px;
		height: 25px;
		font-size: 13px;
		padding: 0 0;
	}
	.exhibition-news .news-item dt {
		width: 56px;
		margin-right: 12px;
		font-size: 12px;
		line-height: 18px;
	}
	.exhibition-news .news-item dd .name {
		font-size: 17px;
		line-height: 25px;
		height: 25px;
	}
	.exhibition-news .news-item dd .city span {
		font-size: 13px;
		margin-right: 13px;
	}
	.exhibition-news .news-item dd p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.exhibition .right .list {
		padding: 17px 18px;
	}
	.exhibition .right .list li .image {
		width: 118px;
		margin-right: 12px;
	}
	.exhibition .right .list li .text p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.exhibition .right .list li {
		margin-top: 16px;
	}
	.exhibition .right .list li .text .time {
		margin-top: 13px;
		font-size: 13px;
	}
	.exhibition .right .list li .text .time i {
		font-size: 13px;
	}
	.qq-service .w {
		padding: 18px 0;
	}
	.qq-service li {
		padding: 0 28px;
	}
	.qq-service li .left b {
		font-size: 15px;
	}
	.qq-service li .left p {
		font-size: 12px;
		margin-top: 10px;
	}
	.qq-service li .right b {
		margin-top: 4px;
		font-size: 12px;
	}
	.qq-service li .right .qq-btn a {
		width: 18px;
		height: 20px;
	}
	.footer .item .footer-code li .code {
		width: 108px;
		height: 108px;
	}
	.footer .item .footer-code {
		width: 370px;
	}
	.footer .item .footer-code li {
		padding-left: 36px;
	}
	.footer .item .left p,.footer .item .left span  {
		font-size: 13px;
		line-height: 28px;
	}
	.copyright {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 42px;
		margin-bottom: 24px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 118px;
	}
	ul.footImg li a {
		width: 106px;
		height: 42px;
	}
	.shop-l{
		width: 372px;
	}


}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1138px;
	}
	.class-b p a {
		font-size: 14px;
	}
	.class-b p a::after {
		top: 10px;
	}
	.searchDiv .logo-text {
		margin-top: 0;
	}
	.searchDiv .logo-text p {
		font-size: 22px;
		margin-top: 4px;
	}
	.searchDiv .logo-text b {
		font-size: 15px;
		margin-top: 3px;
		letter-spacing: 4px;
	}
	.searchDiv {
		padding: 14px 0;
	}
	.searchDiv .logo {
		margin-top: 6px;
		width: 162px;
	}
	.searchDiv .search {
		width: 452px;
		height: 38px;
		margin: 9px 152px 0;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 38px;
		text-indent: 12px;
	}
	.selectTop i {
		font-size: 8px;
		right: 8px;
		top: 15px;
	}
	.searchSelect {
		width: 66px;
	}
	.search input {
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		width: 84px;
		font-size: 14px;
	}
	.search button i {
		margin-right: 6px;
		font-size: 13px;
	}
	.rightw {
		width: 277px;
	}
	.nav {
		height: 42px;
		line-height: 42px;
	}
	.nav ul li a {
		padding: 0 21px;
		font-size: 15px;
	}
	.nav ul li a i {
		font-size: 16px;
		margin-right: 4px;
	}
	.broadcast {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
		margin-top: 12px;
	}
	.broadcast a {
		font-size: 13px;
		margin-right: 28px;
	}
	.broadcast dt {
		margin-right: 20px;
	}
	.banner {
		margin-top: 20px;
	}
	.product-classify {
		width: 226px;
	}
	.pro-title {
		height: 40px;
		line-height: 40px;
		padding: 0 16px;
	}
	.pro-title b {
		font-size: 15px;
	}
	.pro-title b i {
		width: 15px;
		height: 12px;
	}
	.class-a {
		padding: 8px 16px;
	}
	.class-a p {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
	}
	.class-a p i {
		font-size: 9px;
	}
	.class-a span {
		height: 16px;
		line-height: 16px;
	}
	.class-a span a {
		font-size: 13px;
	}
	.product-classify ul li .class-b {
		width: 623px;
		left: 226px;
	}
	.class-b span {
		font-size: 18px;
	}
	.banner-center {
		margin: 0 12px;
		width: 611px;
		padding: 0 18px 18px;
	}

	.news-bot .news-top {
		margin-top: 22px;
	}
	.news-bot .news-top p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.banner-center .news-tab p a {
		font-size: 17px;
		line-height: 50px;
	}
	.news-bot .news-top .content {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 11px;
	}
	.news-bot .news-list .left {
		width: 124px;
		margin-right: 12px;
	}
	.news-bot .news-list .left .image p {
		height: 64px;
	}
	.news-bot .news-list .left .image p span {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.news-bot .news-list .right p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 11px;
	}
	.news-bot .news-list .right {
		padding-top: 8px;
	}
	.news-bot .news-list {
		margin-top: 18px;
	}
	.news-bot .other-news .news-top {
		margin-top: 22px;
	}
	.news-bot .other-news .news-top p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.news-bot .news-top p i {
		font-size: 18px;
		margin-right: 6px;
	}
	.news-bot .other-news .news-top .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 13px;
	}
	.news-bot .other-news .news-list .item {
		margin-top: 18px;
	}
	.news-bot .other-news .news-list {
		margin-top: 14px;
	}
	.news-bot .other-news .news-list .left {
		width: 136px;
		margin-right: 12px;
	}
	.news-bot .other-news .news-list .right p:first-child {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.imgSwitchBot {
		height: 60px;
	}
	.imgSwitchBot ul li.hover {
		width: 75px;
		margin-top: 6px;
	}
	.imgSwitchBot ul li {
		width: 52px;
		margin-right: 9px;
		margin-top: 17px;
	}
	.XWH {
		margin-top: 10px;
		padding: 12px 15px 0;
	}
	.XWH .title span {
		font-size: 24px;
		padding-bottom: 2px;
		border-bottom: 5px solid #3891f4;
	}
	.XWH .title b {
		font-size: 19px;
	}
	.XWH .swiper-button-next, .XWH .swiper-button-prev {
		width: 7px;
		height: 14px;
		background-size: 7px 16px;
	}
	.xwh-swiper li .image {
		width: 50px;
		margin-right: 10px;
	}
	.xwh-swiper li .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 4px;
	}
	.xwh-swiper li .text .content {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 9px;
	}
	.xwh-swiper li {
		padding: 11px 0;
	}
	.xwh-swiper {
		margin-top: 8px;
	}
	.selectBot {
		top: 44px;
	}
	.mt30 {
		margin-top: 18px;
	}
	.main-broadcast {
		padding: 22px 0;
	}
	.main-broadcast .left {
		width: 736px;
		margin-right: 32px;
	}
	.main-broadcast .left .title {
		font-size: 23px;
		line-height: 25px;
		height: 25px;
	}
	.main-broadcast .left .title i {
		font-size: 20px;
		margin-left: 7px;
	}
	.main-broadcast .live-box {
		padding: 10px;
	}
	.main-broadcast .live-box .comment {
		width: 167px;
		margin-right: 10px;
	}
	.main-broadcast .live-box .comment li p {
		height: 65px;
	}
	.main-broadcast .live-box .comment li p span {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.main-broadcast .live-box .comment li {
		margin-top: 11px;
	}
	.main-broadcast .live-box .video .image .play {
		width: 63px;
		height: 63px;
		background-size: contain;
	}
	.main-broadcast .live-box .video {
		height: 303px;
	}
	.main-broadcast .right .title span {
		font-size: 19px;
	}
	.main-broadcast .right li p {
		height: 65px;
	}
	.main-broadcast .right li p span {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.main-broadcast .right .title .more {
		top: 5px;
		font-size: 13px;
	}
	.main-broadcast .right ul {
		margin-right: -10px;
	}
	.main-broadcast .right li .item {
		margin-right: 10px;
		margin-top: 10px;
	}
	.main-broadcast .right .title .more i {
		font-size: 9px;
		margin-top: 3px;
	}
	.main-broadcast .right .title {
		padding-bottom: 11px;
	}
	.w1154 {
		width: 842px;
		margin-right: 12px;
	}
	.public-title b {
		font-size: 18px;
	}
	.pro-tab p a {
		font-size: 13px;
		line-height: 20px;
		padding: 0 18px 9px;
	}
	.pro-bot li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 8px;
	}
	.pro-tab p a.focus {
		font-size: 16px;
	}
	.pro-bot {
		padding: 16px 12px;
	}
	.public-title .more {
		top: 2px;
		font-size: 12px;
	}
	.public-title .more i {
		margin-top: 2px;
	}
	.pro-bot ul {
		margin-right: -11px;
		margin-top: -16px;
	}
	.pro-bot li {
		margin-top: 16px;
	}
	.pro-bot li .price {
		margin-top: 8px;
		font-size: 16px;
	}
	.pro-bot li .price i {
		font-size: 12px;
	}
	.main-product .right .list {
		padding: 16px 16px 6px;
	}
	.main-product .right li .li-top .image {
		width: 73px;
		margin-right: 10px;
	}
	.main-product .right li .li-top .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.main-product .right li .li-top .text .type {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 10px;
	}
	.main-product .right li .li-top .text .price span {
		font-size: 15px;
	}
	.main-product .right li .li-top .text .price span i {
		font-size: 12px;
	}
	.main-product .right li .li-top .text .price a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		padding: 0 10px;
	}
	.main-product .right li .li-top .text .price {
		margin-top: 4px;
		line-height: 26px;
	}
	.main-product .right li .li-bot p {
		line-height: 16px;
		height: 16px;
		font-size: 14px;
	}
	.main-product .right li .li-bot span {
		font-size: 13px;
	}
	.main-product .right li .li-bot {
		padding: 11.5px 0;
	}
	.gold {
		margin-top: 16px;
		padding: 22px 0 16px;
	}
	.gold-tab p a i {
		margin-right: 9px;
		height: 41px;
		width: 38px;
	}
	.gold-tab p a i.icon2 {
		width: 30px;
	}
	.gold-tab p a {
		font-size: 28px;
	}
	.gold-tab .text b {
		line-height: 38px;
	}
	.gold-tab p a {
		font-size: 27px;
		padding-bottom: 20px;
		margin: 0 45px;
	}
	.gold-bot ul li .item {
		margin-right: 8px;
		margin-top: 8px;
	}
	.gold-bot ul {
		margin-right: -8px;
		margin-top: -8px;
	}
	.gold-bot {
		padding: 13px;
	}
	.main-technology .left {
		width: 285px;
		margin-right: 10px;
	}
	.public-title .more {
		top: 4px;
		font-size: 14px;
	}
	.mt26 {
		margin-top: 14px;
	}
	.main-technology .box {
		padding: 16px;
	}
	.exchange-top .text p {
		font-size: 15px;
		line-height: 21px;
		height: 42px;
	}
	.exchange-top .text {
		padding: 10px;
	}
	.exchange-list .image {
		width: 94px;
		margin-right: 10px;
	}
	.exchange-list .text p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
	}
	.exchange-list .text .type span {
		font-size: 12px;
	}
	.exchange-list .text .type i {
		font-size: 12px;
	}
	.exchange-list .text .type {
		margin-top: 10px;
	}
	.exchange-list {
		margin-top: 18px;
	}
	.exchange-list li {
		margin-top: 14px;
	}
	.main-technology .center {
		width: 546px;
		margin-right: 10px;
	}
	.solution-top .image {
		width: 162px;
	}
	.solution-top .text {
		padding: 14px;
		padding-bottom: 0;
	}
	.solution-top .text p {
		height: 20px;
		line-height: 20px;
	}
	.solution-top .text p a {
		font-size: 16px;
		max-width: calc(100% - 33px);
	}
	.solution-top .text p i {
		font-size: 16px;
	}
	.solution-top .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 19px;
		height: 57px;
	}
	.solution-list dl dt {
		margin-right: 8px;
		padding-right: 8px;
		font-size: 12px;
	}
	.solution-list dl:first-child dd {
		font-size: 15px;
	}
	.solution-list dl dd {
		font-size: 14px;
	}
	.solution-list dl {
		margin-top: 14px;
		line-height: 18px;
		height: 18px;
	}
	.solution .title {
		margin-top: 16px;
		font-size: 18px;
	}
	.solution .title i {
		width: 17px;
		height: 20px;
	}
	.solution .title::after {
		bottom: 4px;
		left: 100px;
	}
	.solution .list li {
		margin-top: 10px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.solution .list {
		margin-top: 13px;
	}
	.solution .list li span {
		font-size: 13px;
	}
	.technology-tab p a {
		font-size: 18px;
		padding: 0 13px;
		margin-right: 9px;
		margin-top: 3px;
	}
	.technology-tab p a::before, .technology-tab p a::after {
		width: 11px;
		height: 14px;
	}
	.public-title {
		height: 24px;
	}
	.technology-bot li .name {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.technology-bot li .item {
		margin-top: 10px;
	}
	.technology-bot li .image {
		width: 92px;
		margin-right: 10px;
	}
	.technology-bot li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.technology-bot li .text .type span {
		font-size: 12px;
	}
	.technology-bot li .text .type a {
		height: 22px;
		line-height: 20px;
		font-size: 12px;
		padding: 0 8px;
	}
	.technology-bot li {
		padding: 10px 0;
	}
	.technology-bot li .text .type {
		margin-top: 7px;
		line-height: 22px;
		height: 22px;
		padding-right: 64px;
	}
	.exhi {
		margin-top: 14px;
	}
	.exhi-swiper .swiper-slide .item {
		margin-right: 13px;
	}
	.exhi-swiper {
		width: calc(100% + 13px);
	}
	.exhi-swiper .image mark {
		padding: 0 10px;
		line-height: 28px;
		height: 28px;
		border-radius: 0 0 9px 0;
		font-size: 14px;
	}
	.exhi-swiper .image mark i {
		font-size: 15px;
		margin-right: 3px;
	}
	.exhi-swiper .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.exhi-swiper .text {
		padding: 10px;
	}
	.exhi-swiper .text .time {
		margin-top: 10px;
		font-size: 12px;
	}
	.exhi .swiper-button-next, .exhi .swiper-button-prev {
		width: 24px;
		height: 44px;
		line-height: 44px;
		margin-top: -22px;
	}
	.exhi .swiper-button-next i, .exhi .swiper-button-prev i {
		font-size: 13px;
	}
	.exhibition-center {
		padding: 18px;
	}
	.recommend {
		width: 270px;
		margin-right: 26px;
	}
	.recommend-top .time p {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		margin-top: 8px;
	}
	.recommend-top .time span::after {
		bottom: -4px;
	}
	.recommend-top .time span b {
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.recommend-top .text p {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	.recommend-top .text {
		margin-top: 8px;
	}
	.recommend .list {
		margin-top: 10px;
	}
	.recommend .list li .item {
		margin-right: 12px;
	}
	.recommend .list ul {
		margin-right: -12px;
	}
	.recommend .list li p {
		margin-top: 8px;
		line-height: 15px;
		height: 15px;
		font-size: 13px;
	}
	.exhibition-news .top .image {
		width: 162px;
		margin-right: 15px;
	}
	.exhibition-news .top .text p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.exhibition-news .top .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.exhibition-news .top .text .time {
		margin-top: 17px;
		line-height: 24px;
		height: 24px;
		font-size: 12px;
	}
	.exhibition-news .top .text .time a {
		font-size: 12px;
		padding: 0 8px;
	}
	.exhibition-news .top .text .time a i {
		font-size: 8px;
		margin-left: 3px;
	}
	.exhibition-news .top .text .time b {
		font-size: 15px;
	}
	.exhibition-news .news-item dl {
		margin-top: 13px;
	}
	.exhibition-news .news-item .time mark {
		line-height: 24px;
		height: 25px;
		font-size: 13px;
		padding: 0 0;
	}
	.exhibition-news .news-item dt {
		width: 56px;
		margin-right: 12px;
		font-size: 12px;
		line-height: 18px;
	}
	.exhibition-news .news-item dd .name {
		font-size: 15px;
		line-height: 25px;
		height: 25px;
	}
	.exhibition-news .news-item .time .year {
		margin-top: 6px;
	}
	.exhibition-news .news-item dd .city span {
		font-size: 12px;
		margin-right: 12px;
	}
	.exhibition-news .news-item dd .city {
		margin-top: 5px;
		line-height: 14px;
		height: 14px;
	}
	.exhibition-news .news-item dd p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhibition .right .list {
		padding: 17px 16px;
	}
	.exhibition .right .list li .image {
		width: 101px;
		margin-right: 10px;
	}
	.exhibition .right .list li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.exhibition .right .list li {
		margin-top: 16px;
	}
	.exhibition .right .list li .text .time {
		margin-top: 9px;
		font-size: 12px;
	}
	.exhibition .right .list li .text .time i {
		font-size: 12px;
		margin-top: 0;
	}
	.qq-service .w {
		padding: 18px 0;
	}
	.qq-service li {
		padding: 0 28px;
	}
	.qq-service li .left b {
		font-size: 15px;
	}
	.qq-service li .left p {
		font-size: 12px;
		margin-top: 10px;
	}
	.qq-service li .right b {
		margin-top: 4px;
		font-size: 12px;
	}
	.qq-service li .right .qq-btn a {
		width: 18px;
		height: 20px;
	}
	.footer .item .footer-code li .code {
		width: 89px;
		height: 89px;
	}
	.footer .item .footer-code {
		width: 320px;
	}
	.footer .item .footer-code li {
		padding-left: 36px;
	}
	.footer .item .left p, .footer .item .left span {
		font-size: 12px;
		line-height: 22px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left span img {
		margin: 2px 22px 0 12px;
	}
	ul.footImg {
		width: 616px;
		height: 34px;
		margin-bottom: 24px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 97px;
	}
	ul.footImg li a {
		width: 86px;
		height: 35px;
	}
	.link-top {
		height: 46px;
		margin-top: 25px;
	}
	.link-top p {
		line-height: 44px;
		font-size: 16px;
	}
	.link-btn {
		font-size: 12px;
		padding: 0 12px;
		height: 28px;
		line-height: 26px;
	}
	.link-list ul {
		overflow: hidden;
		margin: 0 -9px;
	}
	.link-list a {
		font-size: 12px;
		line-height: 24px;
		padding: 0 9px;
	}
	.link-list a::after {
		top: 6px;
		height: 14px;
	}
	.update .w {
		padding: 15px 22px;
	}
	.update a {
		font-size: 12px;
		line-height: 30px;
		margin-left: 12px;
	}
}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.searchDiv .logo-text {
		margin-top: 0;
	}
	.searchDiv .logo-text p {
		font-size: 22px;
		margin-top: 4px;
	}
	.searchDiv .logo-text b {
		font-size: 15px;
		margin-top: 3px;
		letter-spacing: 4px;
	}
	.header {
		font-size: 12px;
	}
	.header .item p a {
		margin-left: 12px;
	}
	.header .item ul li a {
		padding: 0 6px;
	}
	.searchDiv {
		padding: 14px 0;
	}
	.searchDiv .logo {
		margin-top: 6px;
		width: 162px;
	}
	.searchDiv .search {
		width: 452px;
		height: 38px;
		margin: 9px 84px 0;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 38px;
		text-indent: 12px;
	}
	.selectTop i {
		font-size: 8px;
		right: 8px;
		top: 15px;
	}
	.searchSelect {
		width: 66px;
	}
	.search input {
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		width: 84px;
		font-size: 14px;
	}
	.search button i {
		margin-right: 6px;
		font-size: 13px;
	}
	.rightw {
		width: 277px;
	}
	.nav {
		height: 42px;
		line-height: 42px;
	}
	.nav ul li a {
		padding: 0 15px;
		font-size: 15px;
	}
	.nav ul li a i {
		font-size: 16px;
		margin-right: 4px;
	}
	.broadcast {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
		margin-top: 9px;
	}
	.broadcast a {
		font-size: 12px;
		margin-right: 22px;
	}
	.broadcast a i {
		margin-top: 8px;
	}
	.broadcast dt {
		margin-right: 20px;
		font-size: 16px;
		margin-top: 1px;
	}
	.broadcast dt i {
		font-size: 14px;
	}
	.banner {
		margin-top: 16px;
	}
	.product-classify {
		width: 198px;
	}
	.pro-title {
		height: 40px;
		line-height: 40px;
		padding: 0 16px;
	}
	.pro-title b {
		font-size: 15px;
	}
	.pro-title b i {
		width: 15px;
		height: 12px;
	}
	.class-a {
		padding: 7px 16px;
	}
	.news-bot .news-list .item {
		margin-top: 9px;
	}
	.class-a p {
		font-size: 15px;
		height: 17px;
		line-height: 17px;
	}
	.class-a p i {
		font-size: 9px;
	}
	.class-a span {
		height: 16px;
		line-height: 16px;
	}
	.class-a span a {
		font-size: 13px;
	}
	.product-classify ul li .class-b {
		width: 548px;
		left: 198px;
	}
	.class-b span {
		font-size: 15px;
	}
	.class-b p a {
		margin-top: 4px;
		line-height: 26px;
		height: 26px;
		font-size: 12px;
		padding: 0 7px;
	}
	.class-b p {
		margin-left: -7px;
		margin-right: -7px;
	}
	.banner-center {
		margin: 0 12px;
		width: 536px;
		padding: 0 18px 18px;
	}

	.news-bot .news-top {
		margin-top: 22px;
	}
	.news-bot .news-top p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.banner-center .news-tab p a {
		font-size: 17px;
		line-height: 50px;
	}
	.news-bot .news-top .content {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 11px;
	}
	.news-bot .news-list .left {
		width: 124px;
		margin-right: 12px;
	}
	.news-bot .news-list .left .image p {
		height: 64px;
	}
	.news-bot .news-list .left .image p span {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.news-bot .news-list .right p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 11px;
	}
	.news-bot .news-list .right {
		padding-top: 8px;
	}
	.news-bot .news-list {
		margin-top: 18px;
	}
	.news-bot .other-news .news-top {
		margin-top: 16px;
	}
	.news-bot .other-news .news-top p {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.news-bot .news-top p i {
		font-size: 18px;
		margin-right: 6px;
	}
	.news-bot .other-news .news-top .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 12px;
	}
	.news-bot .other-news .news-list .item {
		margin-top: 15px;
	}
	.news-bot .other-news .news-list {
		margin-top: 14px;
	}
	.news-bot .other-news .news-list .left {
		width: 136px;
		margin-right: 12px;
	}
	.news-bot .other-news .news-list .right p:first-child {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.imgSwitchBot {
		height: 60px;
	}
	.imgSwitchBot ul li.hover {
		width: 64px;
		margin-top: 10px;
	}
	.imgSwitchBot ul li {
		width: 46px;
		margin-right: 6px;
		margin-top: 17px;
	}
	.XWH {
		margin-top: 10px;
		padding: 12px 15px 0;
	}
	.XWH .title span {
		font-size: 24px;
		padding-bottom: 2px;
		border-bottom: 5px solid #3891f4;
	}
	.XWH .title b {
		font-size: 19px;
	}
	.XWH .swiper-button-next, .XWH .swiper-button-prev {
		width: 7px;
		height: 14px;
		background-size: 7px 16px;
	}
	.xwh-swiper li .image {
		width: 50px;
		margin-right: 10px;
	}
	.xwh-swiper li .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
		margin-top: 4px;
	}
	.xwh-swiper li .text .content {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 9px;
	}
	.xwh-swiper li {
		padding: 12px 0;
	}
	.xwh-swiper {
		margin-top: 8px;
	}
	.selectBot {
		top: 44px;
	}
	.mt30 {
		margin-top: 18px;
	}
	.main-broadcast {
		padding: 22px 0;
	}
	.main-broadcast .left {
		width: 648px;
		margin-right: 30px;
	}
	.main-broadcast .left .title {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.main-broadcast .left .title i {
		font-size: 18px;
		margin-left: 7px;
	}
	.main-broadcast .live-box {
		padding: 10px;
	}
	.main-broadcast .live-box .comment {
		width: 147px;
		margin-right: 10px;
	}
	.main-broadcast .live-box .comment li p {
		height: 65px;
	}
	.main-broadcast .live-box .comment li p span {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.main-broadcast .live-box .comment li {
		margin-top: 11px;
	}
	.main-broadcast .live-box .video .image .play {
		width: 63px;
		height: 63px;
		background-size: contain;
	}
	.main-broadcast .live-box .video {
		height: 270px;
	}
	.main-broadcast .right .title span {
		font-size: 19px;
	}
	.main-broadcast .right li p {
		height: 65px;
	}
	.main-broadcast .right li p span {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.main-broadcast .right .title .more {
		top: 5px;
		font-size: 13px;
	}
	.main-broadcast .right ul {
		margin-right: -10px;
	}
	.main-broadcast .right li .item {
		margin-right: 10px;
		margin-top: 10px;
	}
	.main-broadcast .right .title .more i {
		font-size: 9px;
		margin-top: 3px;
	}
	.main-broadcast .right .title {
		padding-bottom: 11px;
	}
	.w1154 {
		width: 740px;
		margin-right: 12px;
	}
	.public-title b {
		font-size: 18px;
	}
	.pro-tab p a {
		font-size: 13px;
		line-height: 20px;
		padding: 0 18px 9px;
	}
	.pro-bot li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 8px;
	}
	.pro-tab p a.focus {
		font-size: 16px;
	}
	.pro-bot {
		padding: 14px 11px;
	}
	.public-title .more {
		top: 2px;
		font-size: 12px;
	}
	.public-title .more i {
		margin-top: 2px;
	}
	.pro-bot ul {
		margin-right: -11px;
		margin-top: -16px;
	}
	.pro-bot li {
		margin-top: 16px;
	}
	.pro-bot li .price {
		margin-top: 8px;
		font-size: 16px;
	}
	.pro-bot li .price i {
		font-size: 12px;
	}
	.main-product .right .list {
		padding: 16px 16px 6px;
	}
	.main-product .right li .li-top .image {
		width: 73px;
		margin-right: 10px;
	}
	.main-product .right li .li-top .text p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.main-product .right li .li-top .text .type {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 10px;
	}
	.main-product .right li .li-top .text .price span {
		font-size: 15px;
	}
	.main-product .right li .li-top .text .price span i {
		font-size: 12px;
	}
	.main-product .right li .li-top .text .price a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		padding: 0 10px;
	}
	.main-product .right li .li-top .text .price {
		margin-top: 4px;
		line-height: 26px;
	}
	.main-product .right li .li-bot p {
		line-height: 16px;
		height: 16px;
		font-size: 14px;
	}
	.main-product .right li .li-bot span {
		font-size: 13px;
	}
	.main-product .right li .li-bot {
		padding: 8.5px 0;
	}
	.gold {
		margin-top: 16px;
		padding: 22px 0 16px;
	}
	.gold-tab p a i {
		margin-right: 9px;
		height: 41px;
		width: 38px;
	}
	.gold-tab p a i.icon2 {
		width: 30px;
	}
	.gold-tab p a {
		font-size: 28px;
	}
	.gold-tab .text b {
		line-height: 38px;
	}
	.gold-tab p a {
		font-size: 22px;
		padding-bottom: 14px;
		margin: 0 30px;
	}
	.gold-bot ul li .item {
		margin-right: 8px;
		margin-top: 8px;
	}
	.gold-bot ul {
		margin-right: -8px;
		margin-top: -8px;
	}
	.gold-bot {
		padding: 13px;
	}
	.main-technology .left {
		width: 250px;
		margin-right: 10px;
	}
	.public-title .more {
		top: 4px;
		font-size: 14px;
	}
	.mt26 {
		margin-top: 14px;
	}
	.main-technology .box {
		padding: 16px;
	}
	.exchange-top .text p {
		font-size: 13px;
		line-height: 21px;
		height: 42px;
	}
	.exchange-top .text {
		padding: 10px;
	}
	.exchange-list .image {
		width: 94px;
		margin-right: 10px;
	}
	.exchange-list .text p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.exchange-list .text .type span {
		font-size: 12px;
	}
	.exchange-list .text .type i {
		font-size: 12px;
	}
	.exchange-list .text .type {
		margin-top: 10px;
	}
	.exchange-list {
		margin-top: 18px;
	}
	.exchange-list li {
		margin-top: 14px;
	}
	.main-technology .center {
		width: 480px;
		margin-right: 10px;
	}
	.solution-top .image {
		width: 162px;
	}
	.solution-top .text {
		padding: 14px;
		padding-bottom: 0;
	}
	.solution-top .text p {
		height: 20px;
		line-height: 20px;
	}
	.solution-top .text p a {
		font-size: 16px;
		max-width: calc(100% - 33px);
	}
	.solution-top .text p i {
		font-size: 16px;
	}
	.solution-top .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 19px;
		height: 57px;
	}
	.solution-list dl dt {
		margin-right: 8px;
		padding-right: 8px;
		font-size: 12px;
	}
	.solution-list dl:first-child dd {
		font-size: 15px;
	}
	.solution-list dl dd {
		font-size: 14px;
	}
	.solution-list dl {
		margin-top: 9px;
		line-height: 18px;
		height: 18px;
	}
	.solution .title {
		margin-top: 16px;
		font-size: 18px;
	}
	.solution .title i {
		width: 17px;
		height: 20px;
	}
	.solution .title::after {
		bottom: 4px;
		left: 100px;
	}
	.solution .list li {
		margin-top: 10px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.solution .list {
		margin-top: 13px;
	}
	.solution .list li span {
		font-size: 13px;
	}
	.technology-tab p a {
		font-size: 18px;
		padding: 0 13px;
		margin-right: 9px;
		margin-top: 3px;
	}
	.technology-tab p a::before, .technology-tab p a::after {
		width: 11px;
		height: 14px;
	}
	.public-title {
		height: 24px;
	}
	.technology-bot li .name {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.technology-bot li .item {
		margin-top: 10px;
	}
	.technology-bot li .image {
		width: 92px;
		margin-right: 10px;
	}
	.technology-bot li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.technology-bot li .text .type span {
		font-size: 12px;
	}
	.technology-bot li .text .type a {
		height: 22px;
		line-height: 20px;
		font-size: 12px;
		padding: 0 8px;
	}
	.technology-bot li {
		padding: 6px 0;
	}
	.technology-bot li .text .type {
		margin-top: 7px;
		line-height: 22px;
		height: 22px;
		padding-right: 64px;
	}
	.exhi {
		margin-top: 14px;
	}
	.exhi-swiper .swiper-slide .item {
		margin-right: 13px;
	}
	.exhi-swiper {
		width: calc(100% + 13px);
	}
	.exhi-swiper .image mark {
		padding: 0 10px;
		line-height: 28px;
		height: 28px;
		border-radius: 0 0 9px 0;
		font-size: 14px;
	}
	.exhi-swiper .image mark i {
		font-size: 15px;
		margin-right: 3px;
	}
	.exhi-swiper .text p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
	}
	.exhi-swiper .text {
		padding: 10px;
	}
	.exhi-swiper .text .time {
		margin-top: 10px;
		font-size: 12px;
	}
	.exhi .swiper-button-next, .exhi .swiper-button-prev {
		width: 24px;
		height: 44px;
		line-height: 44px;
		margin-top: -22px;
	}
	.exhi .swiper-button-next i, .exhi .swiper-button-prev i {
		font-size: 13px;
	}
	.exhibition-center {
		padding: 18px;
	}
	.recommend {
		width: 270px;
		margin-right: 26px;
	}
	.recommend-top .time p {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		margin-top: 8px;
	}
	.recommend-top .time span::after {
		bottom: -4px;
	}
	.recommend-top .time span b {
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.recommend-top .text p {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	.recommend-top .text {
		margin-top: 8px;
	}
	.recommend .list {
		margin-top: 10px;
	}
	.recommend .list li .item {
		margin-right: 12px;
	}
	.recommend .list ul {
		margin-right: -12px;
	}
	.recommend .list li p {
		margin-top: 8px;
		line-height: 15px;
		height: 15px;
		font-size: 13px;
	}
	.exhibition-news .top .image {
		width: 162px;
		margin-right: 15px;
	}
	.exhibition-news .top .text p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.exhibition-news .top .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.exhibition-news .top .text .time {
		margin-top: 17px;
		line-height: 24px;
		height: 24px;
		font-size: 12px;
	}
	.exhibition-news .top .text .time a {
		font-size: 12px;
		padding: 0 8px;
	}
	.exhibition-news .top .text .time a i {
		font-size: 8px;
		margin-left: 3px;
	}
	.exhibition-news .top .text .time b {
		font-size: 15px;
	}
	.exhibition-news .news-item dl {
		margin-top: 13px;
	}
	.exhibition-news .news-item .time mark {
		line-height: 24px;
		height: 25px;
		font-size: 13px;
		padding: 0 0;
	}
	.exhibition-news .news-item dt {
		width: 56px;
		margin-right: 12px;
		font-size: 12px;
		line-height: 18px;
	}
	.exhibition-news .news-item dd .name {
		font-size: 15px;
		line-height: 25px;
		height: 25px;
	}
	.exhibition-news .news-item .time .year {
		margin-top: 6px;
	}
	.exhibition-news .news-item dd .city span {
		font-size: 12px;
		margin-right: 12px;
	}
	.exhibition-news .news-item dd .city {
		margin-top: 5px;
		line-height: 14px;
		height: 14px;
	}
	.exhibition-news .news-item dd p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.exhibition .right .list {
		padding: 17px 16px;
	}
	.exhibition .right .list li .image {
		width: 101px;
		margin-right: 10px;
	}
	.exhibition .right .list li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.exhibition .right .list li {
		margin-top: 16px;
	}
	.exhibition .right .list li .text .time {
		margin-top: 9px;
		font-size: 12px;
	}
	.exhibition .right .list li .text .time i {
		font-size: 12px;
		margin-top: 0;
	}
	.qq-service .w {
		padding: 18px 0;
	}
	.qq-service li {
		padding: 0 28px;
	}
	.qq-service li .left b {
		font-size: 15px;
	}
	.qq-service li .left p {
		font-size: 12px;
		margin-top: 10px;
	}
	.qq-service li .right b {
		margin-top: 4px;
		font-size: 12px;
	}
	.qq-service li .right .qq-btn a {
		width: 18px;
		height: 20px;
	}
	.footer .item .footer-code li .code {
		width: 89px;
		height: 89px;
	}
	.footer .item .footer-code {
		width: 300px;
	}
	.footer .item .footer-code li {
		padding-left: 30px;
	}
	.footer .item .left p, .footer .item .left span {
		font-size: 12px;
		line-height: 22px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left span img {
		margin: 2px 22px 0 12px;
	}
	ul.footImg {
		width: 616px;
		height: 34px;
		margin-bottom: 24px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 97px;
	}
	ul.footImg li a {
		width: 86px;
		height: 35px;
	}
	.link-top {
		height: 46px;
		margin-top: 25px;
	}
	.link-top p {
		line-height: 44px;
		font-size: 16px;
	}
	.link-btn {
		font-size: 12px;
		padding: 0 12px;
		height: 28px;
		line-height: 26px;
	}
	.link-list ul {
		overflow: hidden;
		margin: 0 -9px;
	}
	.link-list a {
		font-size: 12px;
		line-height: 24px;
		padding: 0 9px;
	}
	.link-list a::after {
		top: 6px;
		height: 14px;
	}
	.update .w {
		padding: 15px 22px;
	}
	.update a {
		font-size: 12px;
		line-height: 30px;
	}
}
